#850F00

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

Shades of Maroon #850F00

Tints of Maroon #850F00

Color information

#850F00 (or 0x850F00) is unknown color: approx Maroon. HEX triplet: 85, 0F and 00. RGB value is (133,15,0). Sum of RGB (Red+Green+Blue) = 133+15+0=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #850F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F00 is #7AF0FF. Grayscale: #303030. Windows color (decimal): -8057088 or 3973. OLE color: 3973.

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

Color convert

RGB133150-
CMYK00.8910.48
HSL6.77º100%26.08%-
HSV(B)6.77º100%52.16%-
XYZ9.845.330.51-
YUV48.57100.59188.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.86%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.86%
G=10.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13315000.8910.486.7710026.08
Hex85F005964307641a
Octal205170013114460714432
Binary1000010111110010110011100100110000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,15,0); }

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

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

 a { background-color: rgb(133,15,0); }

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

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

 span { border-color: rgb(133,15,0); }

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