#850400

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

Shades of Maroon #850400

Tints of Maroon #850400

Color information

#850400 (or 0x850400) is unknown color: approx Maroon. HEX triplet: 85, 04 and 00. RGB value is (133,4,0). Sum of RGB (Red+Green+Blue) = 133+4+0=137 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.08% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 133 - color contains mainly: red. Hex color #850400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850400 is #7AFBFF. Grayscale: #2A2A2A. Windows color (decimal): -8059904 or 1157. OLE color: 1157.

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

Color convert

RGB13340-
CMYK00.9710.48
HSL1.8º100%26.08%-
HSV(B)1.8º100%52.16%-
XYZ9.725.070.47-
YUV42.11104.24192.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 97.08%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.08%
G=2.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334000.9710.481.810026.08
Hex854006164302641a
Octal20540014114460214432
Binary10000101100001100001110010011000010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850400; }

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

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

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

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

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

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

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

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