Html Css Color HEX #A20E41 Jazzberry Jam

📋 copy color: '#A20E41'

red 162 ◦ green 14 ◦ blue 65

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

Shades of Jazzberry Jam #A20E41

Tints of Jazzberry Jam #A20E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.81%

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

R = 67.22%
G = 5.81%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20E41 (or 0xA20E41) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 41. RGB value is (162,14,65). Sum of RGB (Red+Green+Blue) = 162+14+65=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E41 is #5DF1BE. Grayscale: #404040. Windows color (decimal): -6156735 or 4263586. OLE color: 4263586.

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

Color convert

RGB 162 14 65 -
CMYK 0 0.91 0.60 0.36
HSL 339.32º 0.84% 0.35% -
HSV(B) 339.32º 0.91% 0.64% -
XYZ 16.01 8.38 5.77 -
YUV 64.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 162 14 65 0 0.91 0.60 0.36 339.32 0.84 0.35
Hex A2 E 41 0 5B 3C 24 153 54 23
Octal 242 16 101 0 133 74 44 523 124 43
Binary 10100010 1110 1000001 0 1011011 111100 100100 101010011 1010100 100011

Color Harmonies of #A20E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E41

Black with #A20E41

Text Example


Text Example

White with #A20E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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