Html Css Color HEX #A21859 Jazzberry Jam

📋 copy color: '#A21859'

red 162 ◦ green 24 ◦ blue 89

#A21859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A21859

Tints of Jazzberry Jam #A21859

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 value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A21859 (or 0xA21859) is known color: 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

RGB 162 24 89 -
CMYK 0 0.85 0.45 0.36
HSL 331.74º 0.74% 0.36% -
HSV(B) 331.74º 0.85% 0.64% -
XYZ 17.03 9.06 10.3 -
YUV 72.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 162 24 89 0 0.85 0.45 0.36 331.74 0.74 0.36
Hex A2 18 59 0 55 2D 24 14C 4A 24
Octal 242 30 131 0 125 55 44 514 112 44
Binary 10100010 11000 1011001 0 1010101 101101 100100 101001100 1001010 100100

Color Harmonies of #A21859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21859

Black with #A21859

Text Example


Text Example

White with #A21859

Text Example


Text Example

HTML Codes & Css Web 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>