Html Css Color HEX #A20449 Jazzberry Jam

📋 copy color: '#A20449'

red 162 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #A20449

Tints of Jazzberry Jam #A20449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 67.78%
G = 1.67%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A20449 (or 0xA20449) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 49. RGB value is (162,4,73). Sum of RGB (Red+Green+Blue) = 162+4+73=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20449 is #5DFBB6. Grayscale: #3A3A3A. Windows color (decimal): -6159287 or 4785314. OLE color: 4785314.

HSL color Cylindrical-coordinate representation of color #A20449: hue angle of 333.8º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20449 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 73 -
CMYK 0 0.98 0.55 0.36
HSL 333.8º 0.95% 0.33% -
HSV(B) 333.8º 0.98% 0.64% -
XYZ 16.15 8.25 7.04 -
YUV 59.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 162 4 73 0 0.98 0.55 0.36 333.8 0.95 0.33
Hex A2 4 49 0 62 37 24 14E 5F 21
Octal 242 4 111 0 142 67 44 516 137 41
Binary 10100010 100 1001001 0 1100010 110111 100100 101001110 1011111 100001

Color Harmonies of #A20449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20449

Black with #A20449

Text Example


Text Example

White with #A20449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20449; }

 p { color: rgb(162,4,73); }

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

background-color css

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

 a { background-color: rgb(162,4,73); }

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

border-color css

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

 span { border-color: rgb(162,4,73); }

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