Html Css Color HEX #A9024A Jazzberry Jam

📋 copy color: '#A9024A'

red 169 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #A9024A

Tints of Jazzberry Jam #A9024A

RGB

 RED value IS 169 (66.41% from 255) = 68.98%

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 68.98%
G = 0.82%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9024A (or 0xA9024A) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 4A. RGB value is (169,2,74). Sum of RGB (Red+Green+Blue) = 169+2+74=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9024A is #56FDB5. Grayscale: #3C3C3C. Windows color (decimal): -5701046 or 4850345. OLE color: 4850345.

HSL color Cylindrical-coordinate representation of color #A9024A: hue angle of 334.13º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9024A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 2 74 -
CMYK 0 0.99 0.56 0.34
HSL 334.13º 0.98% 0.34% -
HSV(B) 334.13º 0.99% 0.66% -
XYZ 17.62 8.97 7.28 -
YUV 60.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 169 2 74 0 0.99 0.56 0.34 334.13 0.98 0.34
Hex A9 2 4A 0 63 38 22 14E 62 22
Octal 251 2 112 0 143 70 42 516 142 42
Binary 10101001 10 1001010 0 1100011 111000 100010 101001110 1100010 100010

Color Harmonies of #A9024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9024A

Black with #A9024A

Text Example


Text Example

White with #A9024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9024A; }

 p { color: rgb(169,2,74); }

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

background-color css

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

 a { background-color: rgb(169,2,74); }

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

border-color css

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

 span { border-color: rgb(169,2,74); }

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