#851000

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

Shades of Maroon #851000

Tints of Maroon #851000

Color information

#851000 (or 0x851000) is unknown color: approx Maroon. HEX triplet: 85, 10 and 00. RGB value is (133,16,0). Sum of RGB (Red+Green+Blue) = 133+16+0=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #851000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851000 is #7AEFFF. Grayscale: #313131. Windows color (decimal): -8056832 or 4229. OLE color: 4229.

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

Color convert

RGB133160-
CMYK00.8810.48
HSL7.22º100%26.08%-
HSV(B)7.22º100%52.16%-
XYZ9.865.360.51-
YUV49.16100.26187.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.26%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.26%
G=10.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13316000.8810.487.2210026.08
Hex8510005864307641a
Octal205200013014460714432
Binary10000101100000010110001100100110000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851000; }

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

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

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

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

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

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

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

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