#850E05

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

Shades of Maroon #850E05

Tints of Maroon #850E05

Color information

#850E05 (or 0x850E05) is unknown color: approx Maroon. HEX triplet: 85, 0E and 05. RGB value is (133,14,5). Sum of RGB (Red+Green+Blue) = 133+14+5=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850E05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850E05 is #7AF1FA. Grayscale: #303030. Windows color (decimal): -8057339 or 331397. OLE color: 331397.

HSL color Cylindrical-coordinate representation of color #850E05: hue angle of 4.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850E05 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133145-
CMYK00.890.960.48
HSL4.22º92.75%27.06%-
HSV(B)4.22º96.24%52.16%-
XYZ9.865.310.65-
YUV48.56103.42188.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 87.5%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=87.5%
G=9.21%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13314500.890.960.484.2292.7527.06
Hex85E5059603045d1b
Octal205165013114060413533
Binary100001011110101010110011100000110000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850E05; }

 p { color: rgb(133,14,5); }

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

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

 a { background-color: rgb(133,14,5); }

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

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

 span { border-color: rgb(133,14,5); }

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