Shades of Disco #86254C
Tints of Disco #86254C
RGB
CMYK
RGB Variations
Color information
#86254C (or 0x86254C) is known color: Disco. HEX triplet: 86, 25 and 4C. RGB value is (134,37,76). Sum of RGB (Red+Green+Blue) = 134+37+76=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86254C is #79DAB3. Grayscale: #464646. Windows color (decimal): -7985844 or 4990342. OLE color: 4990342.
HSL color Cylindrical-coordinate representation of color #86254C: hue angle of 335.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86254C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 76 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.47 |
| HSL | 335.88º | 0.57% | 0.34% | - |
| HSV(B) | 335.88º | 0.72% | 0.53% | - |
| XYZ | 11.8 | 6.91 | 7.55 | - |
| YUV | 70.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 76 | 0 | 0.72 | 0.43 | 0.47 | 335.88 | 0.57 | 0.34 |
| Hex | 86 | 25 | 4C | 0 | 48 | 2B | 2F | 150 | 39 | 22 |
| Octal | 206 | 45 | 114 | 0 | 110 | 53 | 57 | 520 | 71 | 42 |
| Binary | 10000110 | 100101 | 1001100 | 0 | 1001000 | 101011 | 101111 | 101010000 | 111001 | 100010 |
Color Harmonies of #86254C
Complementary color
Monochromatic Colors of #86254C
Black with #86254C
Text Example
Text Example
White with #86254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86254C; }
p { color: rgb(134,37,76); }
H1.HeaderClassName
{
color: #86254C;
}
.AnyTagClassName
{
color: #86254C;
}
</style>
background-color css
<style>
a { background-color: #86254C; }
a { background-color: rgb(134,37,76); }
div.DivClassName
{
background-color: #86254C;
}
.BgClassName
{
background-color: #86254C;
}
</style>
border-color css
<style>
span { border-color: #86254C; }
span { border-color: rgb(134,37,76); }
td.TdClassName
{
border-color: #86254C;
}
.TagClassName
{
border-color: #86254C;
}
</style>