Html Css Color HEX #A20940 Jazzberry Jam

📋 copy color: '#A20940'

red 162 ◦ green 9 ◦ blue 64

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

Shades of Jazzberry Jam #A20940

Tints of Jazzberry Jam #A20940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 68.94%
G = 3.83%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20940 (or 0xA20940) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 40. RGB value is (162,9,64). Sum of RGB (Red+Green+Blue) = 162+9+64=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20940 is #5DF6BF. Grayscale: #3C3C3C. Windows color (decimal): -6158016 or 4196770. OLE color: 4196770.

HSL color Cylindrical-coordinate representation of color #A20940: hue angle of 338.43º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20940 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 64 -
CMYK 0 0.94 0.60 0.36
HSL 338.43º 0.89% 0.34% -
HSV(B) 338.43º 0.94% 0.64% -
XYZ 15.92 8.25 5.6 -
YUV 61.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 162 9 64 0 0.94 0.60 0.36 338.43 0.89 0.34
Hex A2 9 40 0 5E 3C 24 152 59 22
Octal 242 11 100 0 136 74 44 522 131 42
Binary 10100010 1001 1000000 0 1011110 111100 100100 101010010 1011001 100010

Color Harmonies of #A20940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20940

Black with #A20940

Text Example


Text Example

White with #A20940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20940; }

 p { color: rgb(162,9,64); }

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

background-color css

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

 a { background-color: rgb(162,9,64); }

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

border-color css

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

 span { border-color: rgb(162,9,64); }

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