Html Css Color HEX #811200 Maroon

📋 copy color: '#811200'

red 129 ◦ green 18 ◦ blue 0

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

Shades of Maroon #811200

Tints of Maroon #811200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.76%
G = 12.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811200 (or 0x811200) is known color: Maroon. HEX triplet: 81, 12 and 00. RGB value is (129,18,0). Sum of RGB (Red+Green+Blue) = 129+18+0=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #811200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811200 is #7EEDFF. Grayscale: #313131. Windows color (decimal): -8318464 or 4737. OLE color: 4737.

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

Color convert

RGB 129 18 0 -
CMYK 0 0.86 1 0.49
HSL 8.37º 1% 0.25% -
HSV(B) 8.37º 1% 0.51% -
XYZ 9.27 5.1 0.5 -
YUV 49.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 129 18 0 0 0.86 1 0.49 8.37 1 0.25
Hex 81 12 0 0 56 64 31 8 64 19
Octal 201 22 0 0 126 144 61 10 144 31
Binary 10000001 10010 0 0 1010110 1100100 110001 1000 1100100 11001

Color Harmonies of #811200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811200

Black with #811200

Text Example


Text Example

White with #811200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811200; }

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

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

background-color css

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

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

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

border-color css

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

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

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