Html Css Color HEX #800D08 Maroon

📋 copy color: '#800D08'

red 128 ◦ green 13 ◦ blue 8

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

Shades of Maroon #800D08

Tints of Maroon #800D08

RGB

 RED value IS 128 (50.39% from 255) = 85.91%

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

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

R = 85.91%
G = 8.72%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#800D08 (or 0x800D08) is known color: Maroon. HEX triplet: 80, 0D and 08. RGB value is (128,13,8). Sum of RGB (Red+Green+Blue) = 128+13+8=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #800D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D08 is #7FF2F7. Grayscale: #2E2E2E. Windows color (decimal): -8385272 or 527744. OLE color: 527744.

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

Color convert

RGB 128 13 8 -
CMYK 0 0.90 0.94 0.50
HSL 2.5º 0.88% 0.27% -
HSV(B) 2.5º 0.94% 0.5% -
XYZ 9.09 4.89 0.7 -
YUV 46.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 128 13 8 0 0.90 0.94 0.50 2.5 0.88 0.27
Hex 80 D 8 0 5A 5E 32 2 58 1B
Octal 200 15 10 0 132 136 62 2 130 33
Binary 10000000 1101 1000 0 1011010 1011110 110010 10 1011000 11011

Color Harmonies of #800D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D08

Black with #800D08

Text Example


Text Example

White with #800D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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