#851404

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

Shades of Maroon #851404

Tints of Maroon #851404

Color information

#851404 (or 0x851404) is unknown color: approx Maroon. HEX triplet: 85, 14 and 04. RGB value is (133,20,4). Sum of RGB (Red+Green+Blue) = 133+20+4=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #851404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851404 is #7AEBFB. Grayscale: #343434. Windows color (decimal): -8055804 or 267397. OLE color: 267397.

HSL color Cylindrical-coordinate representation of color #851404: hue angle of 7.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #851404 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB133204-
CMYK00.850.970.48
HSL7.44º94.16%26.86%-
HSV(B)7.44º96.99%52.16%-
XYZ9.945.50.65-
YUV51.96100.94185.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=84.71%
G=12.74%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13320400.850.970.487.4494.1626.86
Hex85144055613075e1b
Octal205244012514160713633
Binary1000010110100100010101011100001110000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851404; }

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

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

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

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

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

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

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

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