#850900

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

Shades of Maroon #850900

Tints of Maroon #850900

Color information

#850900 (or 0x850900) is unknown color: approx Maroon. HEX triplet: 85, 09 and 00. RGB value is (133,9,0). Sum of RGB (Red+Green+Blue) = 133+9+0=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850900 is #7AF6FF. Grayscale: #2D2D2D. Windows color (decimal): -8058624 or 2437. OLE color: 2437.

HSL color Cylindrical-coordinate representation of color #850900: hue angle of 4.06º 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 #850900 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB13390-
CMYK00.9310.48
HSL4.06º100%26.08%-
HSV(B)4.06º100%52.16%-
XYZ9.775.180.49-
YUV45.05102.58190.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 93.66%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.66%
G=6.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339000.9310.484.0610026.08
Hex859005D64304641a
Octal205110013514460414432
Binary1000010110010010111011100100110000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850900; }

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

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

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

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

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

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

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

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