#850A05

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

Shades of Maroon #850A05

Tints of Maroon #850A05

Color information

#850A05 (or 0x850A05) is unknown color: approx Maroon. HEX triplet: 85, 0A and 05. RGB value is (133,10,5). Sum of RGB (Red+Green+Blue) = 133+10+5=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #850A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A05 is #7AF5FA. Grayscale: #2E2E2E. Windows color (decimal): -8058363 or 330373. OLE color: 330373.

HSL color Cylindrical-coordinate representation of color #850A05: hue angle of 2.34º 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 #850A05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133105-
CMYK00.920.960.48
HSL2.34º92.75%27.06%-
HSV(B)2.34º96.24%52.16%-
XYZ9.815.210.63-
YUV46.21104.75189.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.86%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=89.86%
G=6.76%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310500.920.960.482.3492.7527.06
Hex85A505C603025d1b
Octal205125013414060213533
Binary10000101101010101011100110000011000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A05; }

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

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

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

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

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

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

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

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