Html Css Color HEX #A20244 Jazzberry Jam

📋 copy color: '#A20244'

red 162 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #A20244

Tints of Jazzberry Jam #A20244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 69.83%
G = 0.86%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A20244 (or 0xA20244) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 44. RGB value is (162,2,68). Sum of RGB (Red+Green+Blue) = 162+2+68=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20244 is #5DFDBB. Grayscale: #393939. Windows color (decimal): -6159804 or 4457122. OLE color: 4457122.

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

Color convert

RGB 162 2 68 -
CMYK 0 0.99 0.58 0.36
HSL 335.25º 0.98% 0.32% -
HSV(B) 335.25º 0.99% 0.64% -
XYZ 15.97 8.14 6.2 -
YUV 57.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 162 2 68 0 0.99 0.58 0.36 335.25 0.98 0.32
Hex A2 2 44 0 63 3A 24 14F 62 20
Octal 242 2 104 0 143 72 44 517 142 40
Binary 10100010 10 1000100 0 1100011 111010 100100 101001111 1100010 100000

Color Harmonies of #A20244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20244

Black with #A20244

Text Example


Text Example

White with #A20244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20244; }

 p { color: rgb(162,2,68); }

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

background-color css

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

 a { background-color: rgb(162,2,68); }

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

border-color css

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

 span { border-color: rgb(162,2,68); }

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