#A21859

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

Shades of Jazzberry Jam #A21859

Tints of Jazzberry Jam #A21859

Color information

#A21859 (or 0xA21859) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 59. RGB value is (162,24,89). Sum of RGB (Red+Green+Blue) = 162+24+89=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A21859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21859 is #5DE7A6. Grayscale: #484848. Windows color (decimal): -6154151 or 5839010. OLE color: 5839010.

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

Color convert

RGB1622489-
CMYK00.850.450.36
HSL331.74º74.19%36.47%-
HSV(B)331.74º85.19%63.53%-
XYZ17.039.0610.3-
YUV72.67137.22191.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=58.91%
G=8.73%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162248900.850.450.36331.7474.1936.47
HexA218590552D2414c4a24
Octal242301310125554451411244
Binary10100010110001011001010101011011011001001010011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21859; }

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

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

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

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

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

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

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

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