Html Css Color HEX #A21953 Jazzberry Jam

📋 copy color: '#A21953'

red 162 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #A21953

Tints of Jazzberry Jam #A21953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 60%
G = 9.26%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A21953 (or 0xA21953) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 53. RGB value is (162,25,83). Sum of RGB (Red+Green+Blue) = 162+25+83=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A21953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21953 is #5DE6AC. Grayscale: #484848. Windows color (decimal): -6153901 or 5446050. OLE color: 5446050.

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

Color convert

RGB 162 25 83 -
CMYK 0 0.85 0.49 0.36
HSL 334.6º 0.73% 0.37% -
HSV(B) 334.6º 0.85% 0.64% -
XYZ 16.81 9 9.04 -
YUV 72.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 162 25 83 0 0.85 0.49 0.36 334.6 0.73 0.37
Hex A2 19 53 0 55 31 24 14F 49 25
Octal 242 31 123 0 125 61 44 517 111 45
Binary 10100010 11001 1010011 0 1010101 110001 100100 101001111 1001001 100101

Color Harmonies of #A21953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21953

Black with #A21953

Text Example


Text Example

White with #A21953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21953; }

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

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

background-color css

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

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

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

border-color css

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

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

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