Html Css Color HEX #A20041 Jazzberry Jam

📋 copy color: '#A20041'

red 162 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #A20041

Tints of Jazzberry Jam #A20041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.37%
G = 0%
B = 28.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20041 (or 0xA20041) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 41. RGB value is (162,0,65). Sum of RGB (Red+Green+Blue) = 162+0+65=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A20041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20041 is #5DFFBE. Grayscale: #373737. Windows color (decimal): -6160319 or 4260002. OLE color: 4260002.

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

Color convert

RGB 162 0 65 -
CMYK 0 1 0.60 0.36
HSL 335.93º 1% 0.32% -
HSV(B) 335.93º 1% 0.64% -
XYZ 15.85 8.06 5.72 -
YUV 55.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 162 0 65 0 1 0.60 0.36 335.93 1 0.32
Hex A2 0 41 0 64 3C 24 150 64 20
Octal 242 0 101 0 144 74 44 520 144 40
Binary 10100010 0 1000001 0 1100100 111100 100100 101010000 1100100 100000

Color Harmonies of #A20041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20041

Black with #A20041

Text Example


Text Example

White with #A20041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20041; }

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

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

background-color css

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

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

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

border-color css

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

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

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