Shades of Disco #86254B
Tints of Disco #86254B
RGB
CMYK
RGB Variations
Color information
#86254B (or 0x86254B) is known color: Disco. HEX triplet: 86, 25 and 4B. RGB value is (134,37,75). Sum of RGB (Red+Green+Blue) = 134+37+75=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86254B is #79DAB4. Grayscale: #464646. Windows color (decimal): -7985845 or 4924806. OLE color: 4924806.
HSL color Cylindrical-coordinate representation of color #86254B: hue angle of 336.49º 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 #86254B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 75 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.47 |
| HSL | 336.49º | 0.57% | 0.34% | - |
| HSV(B) | 336.49º | 0.72% | 0.53% | - |
| XYZ | 11.76 | 6.9 | 7.37 | - |
| YUV | 70.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 75 | 0 | 0.72 | 0.44 | 0.47 | 336.49 | 0.57 | 0.34 |
| Hex | 86 | 25 | 4B | 0 | 48 | 2C | 2F | 150 | 39 | 22 |
| Octal | 206 | 45 | 113 | 0 | 110 | 54 | 57 | 520 | 71 | 42 |
| Binary | 10000110 | 100101 | 1001011 | 0 | 1001000 | 101100 | 101111 | 101010000 | 111001 | 100010 |
Color Harmonies of #86254B
Complementary color
Monochromatic Colors of #86254B
Black with #86254B
Text Example
Text Example
White with #86254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86254B; }
p { color: rgb(134,37,75); }
H1.HeaderClassName
{
color: #86254B;
}
.AnyTagClassName
{
color: #86254B;
}
</style>
background-color css
<style>
a { background-color: #86254B; }
a { background-color: rgb(134,37,75); }
div.DivClassName
{
background-color: #86254B;
}
.BgClassName
{
background-color: #86254B;
}
</style>
border-color css
<style>
span { border-color: #86254B; }
span { border-color: rgb(134,37,75); }
td.TdClassName
{
border-color: #86254B;
}
.TagClassName
{
border-color: #86254B;
}
</style>