#811203

Color #811203 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #811203

Tints of Maroon #811203

Color information

#811203 (or 0x811203) is unknown color: approx Maroon. HEX triplet: 81, 12 and 03. RGB value is (129,18,3). Sum of RGB (Red+Green+Blue) = 129+18+3=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #811203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811203 is #7EEDFC. Grayscale: #313131. Windows color (decimal): -8318461 or 201345. OLE color: 201345.

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

Color convert

RGB129183-
CMYK00.860.980.49
HSL7.14º95.45%25.88%-
HSV(B)7.14º97.67%50.59%-
XYZ9.295.110.58-
YUV49.48101.77184.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 3 (1.56% from 255) = 2%
R=86%
G=12%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12918300.860.980.497.1495.4525.88
Hex81123056623175f1a
Octal201223012614261713732
Binary100000011001011010101101100010110001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811203; }

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

 H1.HeaderClassName
 {
   color: #811203;
 }
 .AnyTagClassName
 {
   color: #811203;
 }
</style>
background-color css

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

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

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

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

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

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