#851800

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

Shades of Maroon #851800

Tints of Maroon #851800

Color information

#851800 (or 0x851800) is unknown color: approx Maroon. HEX triplet: 85, 18 and 00. RGB value is (133,24,0). Sum of RGB (Red+Green+Blue) = 133+24+0=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #851800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851800 is #7AE7FF. Grayscale: #363636. Windows color (decimal): -8054784 or 6277. OLE color: 6277.

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

Color convert

RGB133240-
CMYK00.8210.48
HSL10.83º100%26.08%-
HSV(B)10.83º100%52.16%-
XYZ105.640.56-
YUV53.8697.61184.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.71%
G=15.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13324000.8210.4810.8310026.08
Hex851800526430b641a
Octal2053000122144601314432
Binary100001011100000101001011001001100001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851800; }

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

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

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

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

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

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

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

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