Html Css Color HEX #811002 Maroon

📋 copy color: '#811002'

red 129 ◦ green 16 ◦ blue 2

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

Shades of Maroon #811002

Tints of Maroon #811002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 87.76%
G = 10.88%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811002 (or 0x811002) is known color: Maroon. HEX triplet: 81, 10 and 02. RGB value is (129,16,2). Sum of RGB (Red+Green+Blue) = 129+16+2=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #811002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811002 is #7EEFFD. Grayscale: #303030. Windows color (decimal): -8318974 or 135297. OLE color: 135297.

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

Color convert

RGB 129 16 2 -
CMYK 0 0.88 0.98 0.49
HSL 6.61º 0.97% 0.26% -
HSV(B) 6.61º 0.98% 0.51% -
XYZ 9.25 5.04 0.54 -
YUV 48.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 129 16 2 0 0.88 0.98 0.49 6.61 0.97 0.26
Hex 81 10 2 0 58 62 31 7 61 1A
Octal 201 20 2 0 130 142 61 7 141 32
Binary 10000001 10000 10 0 1011000 1100010 110001 111 1100001 11010

Color Harmonies of #811002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811002

Black with #811002

Text Example


Text Example

White with #811002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811002; }

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

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

background-color css

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

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

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

border-color css

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

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

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