Html Css Color HEX #810808 Maroon

📋 copy color: '#810808'

red 129 ◦ green 8 ◦ blue 8

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

Shades of Maroon #810808

Tints of Maroon #810808

RGB

 RED value IS 129 (50.78% from 255) = 88.97%

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 88.97%
G = 5.52%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#810808 (or 0x810808) is known color: Maroon. HEX triplet: 81, 08 and 08. RGB value is (129,8,8). Sum of RGB (Red+Green+Blue) = 129+8+8=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810808 is #7EF7F7. Grayscale: #2C2C2C. Windows color (decimal): -8321016 or 526465. OLE color: 526465.

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

Color convert

RGB 129 8 8 -
CMYK 0 0.94 0.94 0.49
HSL 0.88% 0.27% -
HSV(B) 0.94% 0.51% -
XYZ 9.18 4.86 0.68 -
YUV 44.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 129 8 8 0 0.94 0.94 0.49 0 0.88 0.27
Hex 81 8 8 0 5E 5E 31 0 58 1B
Octal 201 10 10 0 136 136 61 0 130 33
Binary 10000001 1000 1000 0 1011110 1011110 110001 0 1011000 11011

Color Harmonies of #810808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810808

Black with #810808

Text Example


Text Example

White with #810808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810808; }

 p { color: rgb(129,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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