#A11452

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

Shades of Jazzberry Jam #A11452

Tints of Jazzberry Jam #A11452

Color information

#A11452 (or 0xA11452) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 14 and 52. RGB value is (161,20,82). Sum of RGB (Red+Green+Blue) = 161+20+82=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A11452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11452 is #5EEBAD. Grayscale: #454545. Windows color (decimal): -6220718 or 5379233. OLE color: 5379233.

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

Color convert

RGB1612082-
CMYK00.880.490.37
HSL333.62º77.9%35.49%-
HSV(B)333.62º87.58%63.14%-
XYZ16.478.698.79-
YUV69.23135.21193.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=61.22%
G=7.60%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161208200.880.490.37333.6277.935.49
HexA11452058312514e4e23
Octal241241220130614551611643
Binary10100001101001010010010110001100011001011010011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11452; }

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

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

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

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

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

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

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

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