#A11852

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

Shades of Jazzberry Jam #A11852

Tints of Jazzberry Jam #A11852

Color information

#A11852 (or 0xA11852) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 52. RGB value is (161,24,82). Sum of RGB (Red+Green+Blue) = 161+24+82=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A11852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11852 is #5EE7AD. Grayscale: #474747. Windows color (decimal): -6219694 or 5380257. OLE color: 5380257.

HSL color Cylindrical-coordinate representation of color #A11852: hue angle of 334.6º 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 #A11852 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1612482-
CMYK00.850.490.37
HSL334.6º74.05%36.27%-
HSV(B)334.6º85.09%63.14%-
XYZ16.558.848.82-
YUV71.58133.89191.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=60.30%
G=8.99%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161248200.850.490.37334.674.0536.27
HexA11852055312514f4a24
Octal241301220125614551711244
Binary10100001110001010010010101011100011001011010011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11852; }

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

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

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

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

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

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

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

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