Html Css Color HEX #A20D3F Jazzberry Jam

📋 copy color: '#A20D3F'

red 162 ◦ green 13 ◦ blue 63

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

Shades of Jazzberry Jam #A20D3F

Tints of Jazzberry Jam #A20D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.47%

R = 68.07%
G = 5.46%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A20D3F (or 0xA20D3F) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 3F. RGB value is (162,13,63). Sum of RGB (Red+Green+Blue) = 162+13+63=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D3F is #5DF2C0. Grayscale: #3F3F3F. Windows color (decimal): -6156993 or 4132258. OLE color: 4132258.

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

Color convert

RGB 162 13 63 -
CMYK 0 0.92 0.61 0.36
HSL 339.87º 0.85% 0.34% -
HSV(B) 339.87º 0.92% 0.64% -
XYZ 15.94 8.33 5.47 -
YUV 63.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 162 13 63 0 0.92 0.61 0.36 339.87 0.85 0.34
Hex A2 D 3F 0 5C 3D 24 154 55 22
Octal 242 15 77 0 134 75 44 524 125 42
Binary 10100010 1101 111111 0 1011100 111101 100100 101010100 1010101 100010

Color Harmonies of #A20D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D3F

Black with #A20D3F

Text Example


Text Example

White with #A20D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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