#851301

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

Shades of Maroon #851301

Tints of Maroon #851301

Color information

#851301 (or 0x851301) is unknown color: approx Maroon. HEX triplet: 85, 13 and 01. RGB value is (133,19,1). Sum of RGB (Red+Green+Blue) = 133+19+1=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #851301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851301 is #7AECFE. Grayscale: #333333. Windows color (decimal): -8056063 or 70533. OLE color: 70533.

HSL color Cylindrical-coordinate representation of color #851301: hue angle of 8.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #851301 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB133191-
CMYK00.860.990.48
HSL8.18º98.51%26.27%-
HSV(B)8.18º99.25%52.16%-
XYZ9.915.450.56-
YUV51.0399.77186.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 86.93%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=86.93%
G=12.42%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13319100.860.990.488.1898.5126.27
Hex8513105663308631a
Octal2052310126143601014332
Binary100001011001110101011011000111100001000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851301; }

 p { color: rgb(133,19,1); }

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

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

 a { background-color: rgb(133,19,1); }

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

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

 span { border-color: rgb(133,19,1); }

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