Html Css Color HEX #811105 Maroon

📋 copy color: '#811105'

red 129 ◦ green 17 ◦ blue 5

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

Shades of Maroon #811105

Tints of Maroon #811105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 85.43%
G = 11.26%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811105 (or 0x811105) is known color: Maroon. HEX triplet: 81, 11 and 05. RGB value is (129,17,5). Sum of RGB (Red+Green+Blue) = 129+17+5=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #811105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811105 is #7EEEFA. Grayscale: #313131. Windows color (decimal): -8318715 or 332161. OLE color: 332161.

HSL color Cylindrical-coordinate representation of color #811105: hue angle of 5.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811105 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 5 -
CMYK 0 0.87 0.96 0.49
HSL 5.81º 0.93% 0.26% -
HSV(B) 5.81º 0.96% 0.51% -
XYZ 9.28 5.08 0.63 -
YUV 49.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 129 17 5 0 0.87 0.96 0.49 5.81 0.93 0.26
Hex 81 11 5 0 57 60 31 6 5D 1A
Octal 201 21 5 0 127 140 61 6 135 32
Binary 10000001 10001 101 0 1010111 1100000 110001 110 1011101 11010

Color Harmonies of #811105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811105

Black with #811105

Text Example


Text Example

White with #811105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811105; }

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

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

background-color css

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

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

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

border-color css

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

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

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