Html Css Color HEX #811102 Maroon

📋 copy color: '#811102'

red 129 ◦ green 17 ◦ blue 2

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

Shades of Maroon #811102

Tints of Maroon #811102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 87.16%
G = 11.49%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811102 (or 0x811102) is known color: Maroon. HEX triplet: 81, 11 and 02. RGB value is (129,17,2). Sum of RGB (Red+Green+Blue) = 129+17+2=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #811102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811102 is #7EEEFD. Grayscale: #303030. Windows color (decimal): -8318718 or 135553. OLE color: 135553.

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

Color convert

RGB 129 17 2 -
CMYK 0 0.87 0.98 0.49
HSL 7.09º 0.97% 0.26% -
HSV(B) 7.09º 0.98% 0.51% -
XYZ 9.26 5.07 0.55 -
YUV 48.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 129 17 2 0 0.87 0.98 0.49 7.09 0.97 0.26
Hex 81 11 2 0 57 62 31 7 61 1A
Octal 201 21 2 0 127 142 61 7 141 32
Binary 10000001 10001 10 0 1010111 1100010 110001 111 1100001 11010

Color Harmonies of #811102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811102

Black with #811102

Text Example


Text Example

White with #811102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811102; }

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

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

background-color css

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

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

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

border-color css

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

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

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