#810B03

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

Shades of Maroon #810B03

Tints of Maroon #810B03

Color information

#810B03 (or 0x810B03) is unknown color: approx Maroon. HEX triplet: 81, 0B and 03. RGB value is (129,11,3). Sum of RGB (Red+Green+Blue) = 129+11+3=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810B03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B03 is #7EF4FC. Grayscale: #2D2D2D. Windows color (decimal): -8320253 or 199553. OLE color: 199553.

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

Color convert

RGB129113-
CMYK00.910.980.49
HSL3.81º95.45%25.88%-
HSV(B)3.81º97.67%50.59%-
XYZ9.194.910.55-
YUV45.37104.09187.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.21%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=90.21%
G=7.69%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911300.910.980.493.8195.4525.88
Hex81B305B623145f1a
Octal201133013314261413732
Binary10000001101111010110111100010110001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B03; }

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

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

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

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

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

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

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

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