#850805

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

Shades of Maroon #850805

Tints of Maroon #850805

Color information

#850805 (or 0x850805) is unknown color: approx Maroon. HEX triplet: 85, 08 and 05. RGB value is (133,8,5). Sum of RGB (Red+Green+Blue) = 133+8+5=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #850805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850805 is #7AF7FA. Grayscale: #2D2D2D. Windows color (decimal): -8058875 or 329861. OLE color: 329861.

HSL color Cylindrical-coordinate representation of color #850805: hue angle of 1.41º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB13385-
CMYK00.940.960.48
HSL1.41º92.75%27.06%-
HSV(B)1.41º96.24%52.16%-
XYZ9.795.170.63-
YUV45.03105.41190.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 91.10%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=91.10%
G=5.48%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338500.940.960.481.4192.7527.06
Hex858505E603015d1b
Octal205105013614060113533
Binary1000010110001010101111011000001100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850805; }

 p { color: rgb(133,8,5); }

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

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

 a { background-color: rgb(133,8,5); }

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

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

 span { border-color: rgb(133,8,5); }

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