#a20b4b

Color #A20B4B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A20B4B

Tints of Jazzberry Jam #A20B4B

Color information

#A20B4B (or 0xA20B4B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0B and 4B. RGB value is (162,11,75). Sum of RGB (Red+Green+Blue) = 162+11+75=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B4B is #5DF4B4. Grayscale: #3F3F3F. Windows color (decimal): -6157493 or 4918178. OLE color: 4918178.

HSL color Cylindrical-coordinate representation of color #A20B4B: hue angle of 334.57º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B4B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1621175-
CMYK00.930.540.36
HSL334.57º87.28%33.92%-
HSV(B)334.57º93.21%63.53%-
XYZ16.298.437.42-
YUV63.44134.53198.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=65.32%
G=4.44%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162117500.930.540.36334.5787.2833.92
HexA2B4B05D362414f5722
Octal242131130135664451712742
Binary1010001010111001011010111011101101001001010011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a20b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a20b4b; }

 p { color: rgb(162,11,75); }

 H1.HeaderClassName
 {
   color: #a20b4b;
 }
 .AnyTagClassName
 {
   color: #a20b4b;
 }
</style>
background-color css

<style>
 a { background-color: #a20b4b; }

 a { background-color: rgb(162,11,75); }

 div.DivClassName
 {
   background-color: #a20b4b;
 }
 .BgClassName
 {
   background-color: #a20b4b;
 }
</style>
border-color css

<style>
 span { border-color: #a20b4b; }

 span { border-color: rgb(162,11,75); }

 td.TdClassName
 {
   border-color: #a20b4b;
 }
 .TagClassName
 {
   border-color: #a20b4b;
 }
</style>