Html Css Color HEX #820D08 Maroon

📋 copy color: '#820D08'

red 130 ◦ green 13 ◦ blue 8

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

Shades of Maroon #820D08

Tints of Maroon #820D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 86.09%
G = 8.61%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#820D08 (or 0x820D08) is known color: Maroon. HEX triplet: 82, 0D and 08. RGB value is (130,13,8). Sum of RGB (Red+Green+Blue) = 130+13+8=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #820D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820D08 is #7DF2F7. Grayscale: #2F2F2F. Windows color (decimal): -8254200 or 527746. OLE color: 527746.

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

Color convert

RGB 130 13 8 -
CMYK 0 0.9 0.94 0.49
HSL 2.46º 0.88% 0.27% -
HSV(B) 2.46º 0.94% 0.51% -
XYZ 9.39 5.05 0.71 -
YUV 47.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 130 13 8 0 0.9 0.94 0.49 2.46 0.88 0.27
Hex 82 D 8 0 5A 5E 31 2 58 1B
Octal 202 15 10 0 132 136 61 2 130 33
Binary 10000010 1101 1000 0 1011010 1011110 110001 10 1011000 11011

Color Harmonies of #820D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D08

Black with #820D08

Text Example


Text Example

White with #820D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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