#A11850

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

Shades of Jazzberry Jam #A11850

Tints of Jazzberry Jam #A11850

Color information

#A11850 (or 0xA11850) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 50. RGB value is (161,24,80). Sum of RGB (Red+Green+Blue) = 161+24+80=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11850 is #5EE7AF. Grayscale: #474747. Windows color (decimal): -6219696 or 5249185. OLE color: 5249185.

HSL color Cylindrical-coordinate representation of color #A11850: hue angle of 335.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11850 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1612480-
CMYK00.850.500.37
HSL335.47º74.05%36.27%-
HSV(B)335.47º85.09%63.14%-
XYZ16.478.818.42-
YUV71.35132.89191.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=60.75%
G=9.06%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161248000.850.500.37335.4774.0536.27
HexA11850055322514f4a24
Octal241301200125624551711244
Binary10100001110001010000010101011100101001011010011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11850; }

 p { color: rgb(161,24,80); }

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

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

 a { background-color: rgb(161,24,80); }

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

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

 span { border-color: rgb(161,24,80); }

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