Html Css Color HEX #820E06 Maroon

📋 copy color: '#820E06'

red 130 ◦ green 14 ◦ blue 6

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

Shades of Maroon #820E06

Tints of Maroon #820E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.33%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 86.67%
G = 9.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820E06 (or 0x820E06) is known color: Maroon. HEX triplet: 82, 0E and 06. RGB value is (130,14,6). Sum of RGB (Red+Green+Blue) = 130+14+6=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E06 is #7DF1F9. Grayscale: #2F2F2F. Windows color (decimal): -8253946 or 396930. OLE color: 396930.

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

Color convert

RGB 130 14 6 -
CMYK 0 0.89 0.95 0.49
HSL 3.87º 0.91% 0.27% -
HSV(B) 3.87º 0.95% 0.51% -
XYZ 9.4 5.07 0.66 -
YUV 47.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 130 14 6 0 0.89 0.95 0.49 3.87 0.91 0.27
Hex 82 E 6 0 59 5F 31 4 5B 1B
Octal 202 16 6 0 131 137 61 4 133 33
Binary 10000010 1110 110 0 1011001 1011111 110001 100 1011011 11011

Color Harmonies of #820E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E06

Black with #820E06

Text Example


Text Example

White with #820E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,14,6); }

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

background-color css

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

 a { background-color: rgb(130,14,6); }

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

border-color css

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

 span { border-color: rgb(130,14,6); }

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