Html Css Color HEX #811100 Maroon

📋 copy color: '#811100'

red 129 ◦ green 17 ◦ blue 0

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

Shades of Maroon #811100

Tints of Maroon #811100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

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

R = 88.36%
G = 11.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811100 (or 0x811100) is known color: Maroon. HEX triplet: 81, 11 and 00. RGB value is (129,17,0). Sum of RGB (Red+Green+Blue) = 129+17+0=146 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.36% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 129 - color contains mainly: red. Hex color #811100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811100 is #7EEEFF. Grayscale: #303030. Windows color (decimal): -8318720 or 4481. OLE color: 4481.

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

Color convert

RGB 129 17 0 -
CMYK 0 0.87 1 0.49
HSL 7.91º 1% 0.25% -
HSV(B) 7.91º 1% 0.51% -
XYZ 9.25 5.07 0.49 -
YUV 48.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 129 17 0 0 0.87 1 0.49 7.91 1 0.25
Hex 81 11 0 0 57 64 31 8 64 19
Octal 201 21 0 0 127 144 61 10 144 31
Binary 10000001 10001 0 0 1010111 1100100 110001 1000 1100100 11001

Color Harmonies of #811100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811100

Black with #811100

Text Example


Text Example

White with #811100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811100; }

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

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

background-color css

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

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

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

border-color css

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

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

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