Html Css Color HEX #A20E4D Jazzberry Jam

📋 copy color: '#A20E4D'

red 162 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #A20E4D

Tints of Jazzberry Jam #A20E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 64.03%
G = 5.53%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A20E4D (or 0xA20E4D) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 4D. RGB value is (162,14,77). Sum of RGB (Red+Green+Blue) = 162+14+77=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E4D is #5DF1B2. Grayscale: #414141. Windows color (decimal): -6156723 or 5050018. OLE color: 5050018.

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

Color convert

RGB 162 14 77 -
CMYK 0 0.91 0.52 0.36
HSL 334.46º 0.84% 0.35% -
HSV(B) 334.46º 0.91% 0.64% -
XYZ 16.4 8.53 7.8 -
YUV 65.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 162 14 77 0 0.91 0.52 0.36 334.46 0.84 0.35
Hex A2 E 4D 0 5B 34 24 14E 54 23
Octal 242 16 115 0 133 64 44 516 124 43
Binary 10100010 1110 1001101 0 1011011 110100 100100 101001110 1010100 100011

Color Harmonies of #A20E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E4D

Black with #A20E4D

Text Example


Text Example

White with #A20E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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