Html Css Color HEX #A20541 Jazzberry Jam

📋 copy color: '#A20541'

red 162 ◦ green 5 ◦ blue 65

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

Shades of Jazzberry Jam #A20541

Tints of Jazzberry Jam #A20541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 69.83%
G = 2.16%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20541 (or 0xA20541) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 41. RGB value is (162,5,65). Sum of RGB (Red+Green+Blue) = 162+5+65=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20541 is #5DFABE. Grayscale: #3A3A3A. Windows color (decimal): -6159039 or 4261282. OLE color: 4261282.

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

Color convert

RGB 162 5 65 -
CMYK 0 0.97 0.60 0.36
HSL 337.07º 0.94% 0.33% -
HSV(B) 337.07º 0.97% 0.64% -
XYZ 15.91 8.17 5.74 -
YUV 58.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 162 5 65 0 0.97 0.60 0.36 337.07 0.94 0.33
Hex A2 5 41 0 61 3C 24 151 5E 21
Octal 242 5 101 0 141 74 44 521 136 41
Binary 10100010 101 1000001 0 1100001 111100 100100 101010001 1011110 100001

Color Harmonies of #A20541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20541

Black with #A20541

Text Example


Text Example

White with #A20541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20541; }

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

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

background-color css

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

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

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

border-color css

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

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

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