Shades of Disco #85114A
Tints of Disco #85114A
RGB
CMYK
RGB Variations
Color information
#85114A (or 0x85114A) is known color: Disco. HEX triplet: 85, 11 and 4A. RGB value is (133,17,74). Sum of RGB (Red+Green+Blue) = 133+17+74=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85114A is #7AEEB5. Grayscale: #3A3A3A. Windows color (decimal): -8056502 or 4854149. OLE color: 4854149.
HSL color Cylindrical-coordinate representation of color #85114A: hue angle of 330.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85114A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 74 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.48 |
| HSL | 330.52º | 0.77% | 0.29% | - |
| HSV(B) | 330.52º | 0.87% | 0.52% | - |
| XYZ | 11.11 | 5.88 | 7.03 | - |
| YUV | 58.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 74 | 0 | 0.87 | 0.44 | 0.48 | 330.52 | 0.77 | 0.29 |
| Hex | 85 | 11 | 4A | 0 | 57 | 2C | 30 | 14B | 4D | 1D |
| Octal | 205 | 21 | 112 | 0 | 127 | 54 | 60 | 513 | 115 | 35 |
| Binary | 10000101 | 10001 | 1001010 | 0 | 1010111 | 101100 | 110000 | 101001011 | 1001101 | 11101 |
Color Harmonies of #85114A
Complementary color
Monochromatic Colors of #85114A
Black with #85114A
Text Example
Text Example
White with #85114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85114A; }
p { color: rgb(133,17,74); }
H1.HeaderClassName
{
color: #85114A;
}
.AnyTagClassName
{
color: #85114A;
}
</style>
background-color css
<style>
a { background-color: #85114A; }
a { background-color: rgb(133,17,74); }
div.DivClassName
{
background-color: #85114A;
}
.BgClassName
{
background-color: #85114A;
}
</style>
border-color css
<style>
span { border-color: #85114A; }
span { border-color: rgb(133,17,74); }
td.TdClassName
{
border-color: #85114A;
}
.TagClassName
{
border-color: #85114A;
}
</style>