Shades of Disco #85274F
Tints of Disco #85274F
RGB
CMYK
RGB Variations
Color information
#85274F (or 0x85274F) is known color: Disco. HEX triplet: 85, 27 and 4F. RGB value is (133,39,79). Sum of RGB (Red+Green+Blue) = 133+39+79=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85274F is #7AD8B0. Grayscale: #474747. Windows color (decimal): -8050865 or 5187461. OLE color: 5187461.
HSL color Cylindrical-coordinate representation of color #85274F: hue angle of 334.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85274F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 79 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.48 |
| HSL | 334.47º | 0.55% | 0.34% | - |
| HSV(B) | 334.47º | 0.71% | 0.52% | - |
| XYZ | 11.81 | 7 | 8.13 | - |
| YUV | 71.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 79 | 0 | 0.71 | 0.41 | 0.48 | 334.47 | 0.55 | 0.34 |
| Hex | 85 | 27 | 4F | 0 | 47 | 29 | 30 | 14E | 37 | 22 |
| Octal | 205 | 47 | 117 | 0 | 107 | 51 | 60 | 516 | 67 | 42 |
| Binary | 10000101 | 100111 | 1001111 | 0 | 1000111 | 101001 | 110000 | 101001110 | 110111 | 100010 |
Color Harmonies of #85274F
Complementary color
Monochromatic Colors of #85274F
Black with #85274F
Text Example
Text Example
White with #85274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85274F; }
p { color: rgb(133,39,79); }
H1.HeaderClassName
{
color: #85274F;
}
.AnyTagClassName
{
color: #85274F;
}
</style>
background-color css
<style>
a { background-color: #85274F; }
a { background-color: rgb(133,39,79); }
div.DivClassName
{
background-color: #85274F;
}
.BgClassName
{
background-color: #85274F;
}
</style>
border-color css
<style>
span { border-color: #85274F; }
span { border-color: rgb(133,39,79); }
td.TdClassName
{
border-color: #85274F;
}
.TagClassName
{
border-color: #85274F;
}
</style>