Html Css Color HEX #A20441 Jazzberry Jam

📋 copy color: '#A20441'

red 162 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #A20441

Tints of Jazzberry Jam #A20441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 70.13%
G = 1.73%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20441 (or 0xA20441) is known color: Jazzberry Jam. HEX triplet: A2, 04 and 41. RGB value is (162,4,65). Sum of RGB (Red+Green+Blue) = 162+4+65=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A20441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20441 is #5DFBBE. Grayscale: #3A3A3A. Windows color (decimal): -6159295 or 4261026. OLE color: 4261026.

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

Color convert

RGB 162 4 65 -
CMYK 0 0.98 0.60 0.36
HSL 336.84º 0.95% 0.33% -
HSV(B) 336.84º 0.98% 0.64% -
XYZ 15.9 8.15 5.74 -
YUV 58.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 162 4 65 0 0.98 0.60 0.36 336.84 0.95 0.33
Hex A2 4 41 0 62 3C 24 151 5F 21
Octal 242 4 101 0 142 74 44 521 137 41
Binary 10100010 100 1000001 0 1100010 111100 100100 101010001 1011111 100001

Color Harmonies of #A20441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20441

Black with #A20441

Text Example


Text Example

White with #A20441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20441; }

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

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

background-color css

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

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

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

border-color css

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

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

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