Html Css Color HEX #A20D4D Jazzberry Jam

📋 copy color: '#A20D4D'

red 162 ◦ green 13 ◦ blue 77

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

Shades of Jazzberry Jam #A20D4D

Tints of Jazzberry Jam #A20D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

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

R = 64.29%
G = 5.16%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A20D4D (or 0xA20D4D) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 4D. RGB value is (162,13,77). Sum of RGB (Red+Green+Blue) = 162+13+77=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D4D is #5DF2B2. Grayscale: #404040. Windows color (decimal): -6156979 or 5049762. OLE color: 5049762.

HSL color Cylindrical-coordinate representation of color #A20D4D: hue angle of 334.23º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D4D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 77 -
CMYK 0 0.92 0.52 0.36
HSL 334.23º 0.85% 0.34% -
HSV(B) 334.23º 0.92% 0.64% -
XYZ 16.38 8.51 7.8 -
YUV 64.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 162 13 77 0 0.92 0.52 0.36 334.23 0.85 0.34
Hex A2 D 4D 0 5C 34 24 14E 55 22
Octal 242 15 115 0 134 64 44 516 125 42
Binary 10100010 1101 1001101 0 1011100 110100 100100 101001110 1010101 100010

Color Harmonies of #A20D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D4D

Black with #A20D4D

Text Example


Text Example

White with #A20D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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