#A40B5B

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

Shades of Jazzberry Jam #A40B5B

Tints of Jazzberry Jam #A40B5B

Color information

#A40B5B (or 0xA40B5B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0B and 5B. RGB value is (164,11,91). Sum of RGB (Red+Green+Blue) = 164+11+91=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B5B is #5BF4A4. Grayscale: #414141. Windows color (decimal): -6026405 or 5966756. OLE color: 5966756.

HSL color Cylindrical-coordinate representation of color #A40B5B: hue angle of 328.63º 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 #A40B5B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1641191-
CMYK00.930.450.36
HSL328.63º87.43%34.31%-
HSV(B)328.63º93.29%64.31%-
XYZ17.328.8910.7-
YUV65.87142.19198-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.65%
GREEN value IS 11 (4.69% from 255) = 4.14%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=61.65%
G=4.14%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164119100.930.450.36328.6387.4334.31
HexA4B5B05D2D241495722
Octal244131330135554451112742
Binary1010010010111011011010111011011011001001010010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B5B; }

 p { color: rgb(164,11,91); }

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

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

 a { background-color: rgb(164,11,91); }

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

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

 span { border-color: rgb(164,11,91); }

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