Shades of Disco #85193F
Tints of Disco #85193F
RGB
CMYK
RGB Variations
Color information
#85193F (or 0x85193F) is known color: Disco. HEX triplet: 85, 19 and 3F. RGB value is (133,25,63). Sum of RGB (Red+Green+Blue) = 133+25+63=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #85193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85193F is #7AE6C0. Grayscale: #3D3D3D. Windows color (decimal): -8054465 or 4135301. OLE color: 4135301.
HSL color Cylindrical-coordinate representation of color #85193F: hue angle of 338.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85193F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 63 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.48 |
| HSL | 338.89º | 0.68% | 0.31% | - |
| HSV(B) | 338.89º | 0.81% | 0.52% | - |
| XYZ | 10.92 | 6.04 | 5.29 | - |
| YUV | 61.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 63 | 0 | 0.81 | 0.53 | 0.48 | 338.89 | 0.68 | 0.31 |
| Hex | 85 | 19 | 3F | 0 | 51 | 35 | 30 | 153 | 44 | 1F |
| Octal | 205 | 31 | 77 | 0 | 121 | 65 | 60 | 523 | 104 | 37 |
| Binary | 10000101 | 11001 | 111111 | 0 | 1010001 | 110101 | 110000 | 101010011 | 1000100 | 11111 |
Color Harmonies of #85193F
Complementary color
Monochromatic Colors of #85193F
Black with #85193F
Text Example
Text Example
White with #85193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85193F; }
p { color: rgb(133,25,63); }
H1.HeaderClassName
{
color: #85193F;
}
.AnyTagClassName
{
color: #85193F;
}
</style>
background-color css
<style>
a { background-color: #85193F; }
a { background-color: rgb(133,25,63); }
div.DivClassName
{
background-color: #85193F;
}
.BgClassName
{
background-color: #85193F;
}
</style>
border-color css
<style>
span { border-color: #85193F; }
span { border-color: rgb(133,25,63); }
td.TdClassName
{
border-color: #85193F;
}
.TagClassName
{
border-color: #85193F;
}
</style>