Shades of Maroon #850100
Tints of Maroon #850100
RGB
CMYK
RGB Variations
Color information
#850100 (or 0x850100) is known color: Maroon. HEX triplet: 85, 01 and 00. RGB value is (133,1,0). Sum of RGB (Red+Green+Blue) = 133+1+0=134 (17% of max value = 765). Red value is 133 (52.34% from 255 or 99.25% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 133 - color contains mainly: red. Hex color #850100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850100 is #7AFEFF. Grayscale: #282828. Windows color (decimal): -8060672 or 389. OLE color: 389.
HSL color Cylindrical-coordinate representation of color #850100: hue angle of 0.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.48 |
| HSL | 0.45º | 1% | 0.26% | - |
| HSV(B) | 0.45º | 1% | 0.52% | - |
| XYZ | 9.68 | 5.01 | 0.46 | - |
| YUV | 40.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 0 | 0 | 0.99 | 1 | 0.48 | 0.45 | 1 | 0.26 |
| Hex | 85 | 1 | 0 | 0 | 63 | 64 | 30 | 0 | 64 | 1A |
| Octal | 205 | 1 | 0 | 0 | 143 | 144 | 60 | 0 | 144 | 32 |
| Binary | 10000101 | 1 | 0 | 0 | 1100011 | 1100100 | 110000 | 0 | 1100100 | 11010 |
Color Harmonies of #850100
Complementary color
Monochromatic Colors of #850100
Black with #850100
Text Example
Text Example
White with #850100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850100; }
p { color: rgb(133,1,0); }
H1.HeaderClassName
{
color: #850100;
}
.AnyTagClassName
{
color: #850100;
}
</style>
background-color css
<style>
a { background-color: #850100; }
a { background-color: rgb(133,1,0); }
div.DivClassName
{
background-color: #850100;
}
.BgClassName
{
background-color: #850100;
}
</style>
border-color css
<style>
span { border-color: #850100; }
span { border-color: rgb(133,1,0); }
td.TdClassName
{
border-color: #850100;
}
.TagClassName
{
border-color: #850100;
}
</style>