Html Css Color HEX #820D04 Maroon

📋 copy color: '#820D04'

red 130 ◦ green 13 ◦ blue 4

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

Shades of Maroon #820D04

Tints of Maroon #820D04

RGB

 RED value IS 130 (51.17% from 255) = 88.44%

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

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 88.44%
G = 8.84%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#820D04 (or 0x820D04) is known color: Maroon. HEX triplet: 82, 0D and 04. RGB value is (130,13,4). Sum of RGB (Red+Green+Blue) = 130+13+4=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #820D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820D04 is #7DF2FB. Grayscale: #2F2F2F. Windows color (decimal): -8254204 or 265602. OLE color: 265602.

HSL color Cylindrical-coordinate representation of color #820D04: hue angle of 4.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820D04 is Cyan = 0, Magento = 0.9, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 4 -
CMYK 0 0.9 0.97 0.49
HSL 4.29º 0.94% 0.26% -
HSV(B) 4.29º 0.97% 0.51% -
XYZ 9.37 5.04 0.59 -
YUV 46.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 130 13 4 0 0.9 0.97 0.49 4.29 0.94 0.26
Hex 82 D 4 0 5A 61 31 4 5E 1A
Octal 202 15 4 0 132 141 61 4 136 32
Binary 10000010 1101 100 0 1011010 1100001 110001 100 1011110 11010

Color Harmonies of #820D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D04

Black with #820D04

Text Example


Text Example

White with #820D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D04; }

 p { color: rgb(130,13,4); }

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

background-color css

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

 a { background-color: rgb(130,13,4); }

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

border-color css

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

 span { border-color: rgb(130,13,4); }

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