#A21851

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

Shades of Jazzberry Jam #A21851

Tints of Jazzberry Jam #A21851

Color information

#A21851 (or 0xA21851) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 51. RGB value is (162,24,81). Sum of RGB (Red+Green+Blue) = 162+24+81=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A21851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21851 is #5DE7AE. Grayscale: #474747. Windows color (decimal): -6154159 or 5314722. OLE color: 5314722.

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

Color convert

RGB1622481-
CMYK00.850.500.36
HSL335.22º74.19%36.47%-
HSV(B)335.22º85.19%63.53%-
XYZ16.718.938.63-
YUV71.76133.22192.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=60.67%
G=8.99%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162248100.850.500.36335.2274.1936.47
HexA21851055322414f4a24
Octal242301210125624451711244
Binary10100010110001010001010101011100101001001010011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21851; }

 p { color: rgb(162,24,81); }

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

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

 a { background-color: rgb(162,24,81); }

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

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

 span { border-color: rgb(162,24,81); }

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