#850901

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

Shades of Maroon #850901

Tints of Maroon #850901

Color information

#850901 (or 0x850901) is unknown color: approx Maroon. HEX triplet: 85, 09 and 01. RGB value is (133,9,1). Sum of RGB (Red+Green+Blue) = 133+9+1=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850901 is #7AF6FE. Grayscale: #2D2D2D. Windows color (decimal): -8058623 or 67973. OLE color: 67973.

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

Color convert

RGB13391-
CMYK00.930.990.48
HSL3.64º98.51%26.27%-
HSV(B)3.64º99.25%52.16%-
XYZ9.785.180.51-
YUV45.16103.08190.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 93.01%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=93.01%
G=6.29%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339100.930.990.483.6498.5126.27
Hex859105D63304631a
Octal205111013514360414332
Binary1000010110011010111011100011110000100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850901; }

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

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

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

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

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

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

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

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