#850B06

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

Shades of Maroon #850B06

Tints of Maroon #850B06

Color information

#850B06 (or 0x850B06) is unknown color: approx Maroon. HEX triplet: 85, 0B and 06. RGB value is (133,11,6). Sum of RGB (Red+Green+Blue) = 133+11+6=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B06 is #7AF4F9. Grayscale: #2F2F2F. Windows color (decimal): -8058106 or 396165. OLE color: 396165.

HSL color Cylindrical-coordinate representation of color #850B06: hue angle of 2.36º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850B06 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB133116-
CMYK00.920.950.48
HSL2.36º91.37%27.25%-
HSV(B)2.36º95.49%52.16%-
XYZ9.835.240.67-
YUV46.91104.92189.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.67%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 6 (2.73% from 255) = 4%
R=88.67%
G=7.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311600.920.950.482.3691.3727.25
Hex85B605C5F3025b1b
Octal205136013413760213333
Binary10000101101111001011100101111111000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,6); }

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

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

 a { background-color: rgb(133,11,6); }

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

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

 span { border-color: rgb(133,11,6); }

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