#851600

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

Shades of Maroon #851600

Tints of Maroon #851600

Color information

#851600 (or 0x851600) is unknown color: approx Maroon. HEX triplet: 85, 16 and 00. RGB value is (133,22,0). Sum of RGB (Red+Green+Blue) = 133+22+0=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851600 is #7AE9FF. Grayscale: #343434. Windows color (decimal): -8055296 or 5765. OLE color: 5765.

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

Color convert

RGB133220-
CMYK00.8310.48
HSL9.92º100%26.08%-
HSV(B)9.92º100%52.16%-
XYZ9.965.560.55-
YUV52.6898.27185.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 85.81%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.81%
G=14.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13322000.8310.489.9210026.08
Hex851600536430a641a
Octal2052600123144601214432
Binary100001011011000101001111001001100001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851600; }

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

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

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

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

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

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

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

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