Html Css Color HEX #A21951 Jazzberry Jam

📋 copy color: '#A21951'

red 162 ◦ green 25 ◦ blue 81

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

Shades of Jazzberry Jam #A21951

Tints of Jazzberry Jam #A21951

RGB

 RED value IS 162 (63.67% from 255) = 60.45%

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 60.45%
G = 9.33%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A21951 (or 0xA21951) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 51. RGB value is (162,25,81). Sum of RGB (Red+Green+Blue) = 162+25+81=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A21951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21951 is #5DE6AE. Grayscale: #484848. Windows color (decimal): -6153903 or 5314978. OLE color: 5314978.

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

Color convert

RGB 162 25 81 -
CMYK 0 0.85 0.50 0.36
HSL 335.47º 0.73% 0.37% -
HSV(B) 335.47º 0.85% 0.64% -
XYZ 16.73 8.97 8.63 -
YUV 72.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 162 25 81 0 0.85 0.50 0.36 335.47 0.73 0.37
Hex A2 19 51 0 55 32 24 14F 49 25
Octal 242 31 121 0 125 62 44 517 111 45
Binary 10100010 11001 1010001 0 1010101 110010 100100 101001111 1001001 100101

Color Harmonies of #A21951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21951

Black with #A21951

Text Example


Text Example

White with #A21951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21951; }

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

 H1.HeaderClassName
 {
   color: #A21951;
 }
 .AnyTagClassName
 {
   color: #A21951;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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