Html Css Color HEX #810800 Maroon

📋 copy color: '#810800'

red 129 ◦ green 8 ◦ blue 0

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

Shades of Maroon #810800

Tints of Maroon #810800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.16%
G = 5.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810800 (or 0x810800) is known color: Maroon. HEX triplet: 81, 08 and 00. RGB value is (129,8,0). Sum of RGB (Red+Green+Blue) = 129+8+0=137 (18% of max value = 765). Red value is 129 (50.78% from 255 or 94.16% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 129 - color contains mainly: red. Hex color #810800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810800 is #7EF7FF. Grayscale: #2B2B2B. Windows color (decimal): -8321024 or 2177. OLE color: 2177.

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

Color convert

RGB 129 8 0 -
CMYK 0 0.94 1 0.49
HSL 3.72º 1% 0.25% -
HSV(B) 3.72º 1% 0.51% -
XYZ 9.14 4.84 0.45 -
YUV 43.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 129 8 0 0 0.94 1 0.49 3.72 1 0.25
Hex 81 8 0 0 5E 64 31 4 64 19
Octal 201 10 0 0 136 144 61 4 144 31
Binary 10000001 1000 0 0 1011110 1100100 110001 100 1100100 11001

Color Harmonies of #810800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810800

Black with #810800

Text Example


Text Example

White with #810800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810800; }

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

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

background-color css

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

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

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

border-color css

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

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

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