#A11252

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

Shades of Jazzberry Jam #A11252

Tints of Jazzberry Jam #A11252

Color information

#A11252 (or 0xA11252) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 12 and 52. RGB value is (161,18,82). Sum of RGB (Red+Green+Blue) = 161+18+82=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A11252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11252 is #5EEDAD. Grayscale: #434343. Windows color (decimal): -6221230 or 5378721. OLE color: 5378721.

HSL color Cylindrical-coordinate representation of color #A11252: hue angle of 333.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11252 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1611882-
CMYK00.890.490.37
HSL333.15º79.89%35.1%-
HSV(B)333.15º88.82%63.14%-
XYZ16.448.628.78-
YUV68.05135.88194.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.69%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=61.69%
G=6.90%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161188200.890.490.37333.1579.8935.1
HexA11252059312514d5023
Octal241221220131614551512043
Binary10100001100101010010010110011100011001011010011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11252; }

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

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

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

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

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

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

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

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