Html Css Color HEX #811101 Maroon

📋 copy color: '#811101'

red 129 ◦ green 17 ◦ blue 1

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

Shades of Maroon #811101

Tints of Maroon #811101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 87.76%
G = 11.56%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811101 (or 0x811101) is known color: Maroon. HEX triplet: 81, 11 and 01. RGB value is (129,17,1). Sum of RGB (Red+Green+Blue) = 129+17+1=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #811101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811101 is #7EEEFE. Grayscale: #303030. Windows color (decimal): -8318719 or 70017. OLE color: 70017.

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

Color convert

RGB 129 17 1 -
CMYK 0 0.87 0.99 0.49
HSL 7.5º 0.98% 0.25% -
HSV(B) 7.5º 0.99% 0.51% -
XYZ 9.26 5.07 0.52 -
YUV 48.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 129 17 1 0 0.87 0.99 0.49 7.5 0.98 0.25
Hex 81 11 1 0 57 63 31 8 62 19
Octal 201 21 1 0 127 143 61 10 142 31
Binary 10000001 10001 1 0 1010111 1100011 110001 1000 1100010 11001

Color Harmonies of #811101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811101

Black with #811101

Text Example


Text Example

White with #811101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811101; }

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

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

background-color css

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

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

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

border-color css

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

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

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