#A21149

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

Shades of Jazzberry Jam #A21149

Tints of Jazzberry Jam #A21149

Color information

#A21149 (or 0xA21149) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 49. RGB value is (162,17,73). Sum of RGB (Red+Green+Blue) = 162+17+73=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A21149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21149 is #5DEEB6. Grayscale: #424242. Windows color (decimal): -6155959 or 4788642. OLE color: 4788642.

HSL color Cylindrical-coordinate representation of color #A21149: hue angle of 336.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21149 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1621773-
CMYK00.900.550.36
HSL336.83º81.01%35.1%-
HSV(B)336.83º89.51%63.53%-
XYZ16.38.567.1-
YUV66.74131.54195.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=64.29%
G=6.75%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162177300.900.550.36336.8381.0135.1
HexA2114905A37241515123
Octal242211110132674452112143
Binary10100010100011001001010110101101111001001010100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21149; }

 p { color: rgb(162,17,73); }

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

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

 a { background-color: rgb(162,17,73); }

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

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

 span { border-color: rgb(162,17,73); }

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