Html Css Color HEX #811201 Maroon

📋 copy color: '#811201'

red 129 ◦ green 18 ◦ blue 1

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

Shades of Maroon #811201

Tints of Maroon #811201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 87.16%
G = 12.16%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811201 (or 0x811201) is known color: Maroon. HEX triplet: 81, 12 and 01. RGB value is (129,18,1). Sum of RGB (Red+Green+Blue) = 129+18+1=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #811201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811201 is #7EEDFE. Grayscale: #313131. Windows color (decimal): -8318463 or 70273. OLE color: 70273.

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

Color convert

RGB 129 18 1 -
CMYK 0 0.86 0.99 0.49
HSL 7.97º 0.98% 0.25% -
HSV(B) 7.97º 0.99% 0.51% -
XYZ 9.28 5.1 0.52 -
YUV 49.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 129 18 1 0 0.86 0.99 0.49 7.97 0.98 0.25
Hex 81 12 1 0 56 63 31 8 62 19
Octal 201 22 1 0 126 143 61 10 142 31
Binary 10000001 10010 1 0 1010110 1100011 110001 1000 1100010 11001

Color Harmonies of #811201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811201

Black with #811201

Text Example


Text Example

White with #811201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811201; }

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

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

background-color css

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

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

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

border-color css

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

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

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