Shades of Disco #86264D
Tints of Disco #86264D
RGB
CMYK
RGB Variations
Color information
#86264D (or 0x86264D) is known color: Disco. HEX triplet: 86, 26 and 4D. RGB value is (134,38,77). Sum of RGB (Red+Green+Blue) = 134+38+77=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86264D is #79D9B2. Grayscale: #474747. Windows color (decimal): -7985587 or 5056134. OLE color: 5056134.
HSL color Cylindrical-coordinate representation of color #86264D: hue angle of 335.62º degrees, saturation: 0.56, 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 #86264D is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 77 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.47 |
| HSL | 335.63º | 0.56% | 0.34% | - |
| HSV(B) | 335.63º | 0.72% | 0.53% | - |
| XYZ | 11.86 | 6.99 | 7.75 | - |
| YUV | 71.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 77 | 0 | 0.72 | 0.43 | 0.47 | 335.63 | 0.56 | 0.34 |
| Hex | 86 | 26 | 4D | 0 | 48 | 2B | 2F | 150 | 38 | 22 |
| Octal | 206 | 46 | 115 | 0 | 110 | 53 | 57 | 520 | 70 | 42 |
| Binary | 10000110 | 100110 | 1001101 | 0 | 1001000 | 101011 | 101111 | 101010000 | 111000 | 100010 |
Color Harmonies of #86264D
Complementary color
Monochromatic Colors of #86264D
Black with #86264D
Text Example
Text Example
White with #86264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86264D; }
p { color: rgb(134,38,77); }
H1.HeaderClassName
{
color: #86264D;
}
.AnyTagClassName
{
color: #86264D;
}
</style>
background-color css
<style>
a { background-color: #86264D; }
a { background-color: rgb(134,38,77); }
div.DivClassName
{
background-color: #86264D;
}
.BgClassName
{
background-color: #86264D;
}
</style>
border-color css
<style>
span { border-color: #86264D; }
span { border-color: rgb(134,38,77); }
td.TdClassName
{
border-color: #86264D;
}
.TagClassName
{
border-color: #86264D;
}
</style>