#851200

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

Shades of Maroon #851200

Tints of Maroon #851200

Color information

#851200 (or 0x851200) is unknown color: approx Maroon. HEX triplet: 85, 12 and 00. RGB value is (133,18,0). Sum of RGB (Red+Green+Blue) = 133+18+0=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #851200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851200 is #7AEDFF. Grayscale: #323232. Windows color (decimal): -8056320 or 4741. OLE color: 4741.

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

Color convert

RGB133180-
CMYK00.8610.48
HSL8.12º100%26.08%-
HSV(B)8.12º100%52.16%-
XYZ9.895.420.52-
YUV50.3399.6186.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.08%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.08%
G=11.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13318000.8610.488.1210026.08
Hex8512005664308641a
Octal2052200126144601014432
Binary100001011001000101011011001001100001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851200; }

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

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

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

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

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

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

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

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