Html Css Color HEX #A20D3D Jazzberry Jam

📋 copy color: '#A20D3D'

red 162 ◦ green 13 ◦ blue 61

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

Shades of Jazzberry Jam #A20D3D

Tints of Jazzberry Jam #A20D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 68.64%
G = 5.51%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A20D3D (or 0xA20D3D) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 3D. RGB value is (162,13,61). Sum of RGB (Red+Green+Blue) = 162+13+61=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D3D is #5DF2C2. Grayscale: #3E3E3E. Windows color (decimal): -6156995 or 4001186. OLE color: 4001186.

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

Color convert

RGB 162 13 61 -
CMYK 0 0.92 0.62 0.36
HSL 340.67º 0.85% 0.34% -
HSV(B) 340.67º 0.92% 0.64% -
XYZ 15.89 8.31 5.18 -
YUV 63.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 162 13 61 0 0.92 0.62 0.36 340.67 0.85 0.34
Hex A2 D 3D 0 5C 3E 24 155 55 22
Octal 242 15 75 0 134 76 44 525 125 42
Binary 10100010 1101 111101 0 1011100 111110 100100 101010101 1010101 100010

Color Harmonies of #A20D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D3D

Black with #A20D3D

Text Example


Text Example

White with #A20D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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