Shades of Disco #86124A
Tints of Disco #86124A
RGB
CMYK
RGB Variations
Color information
#86124A (or 0x86124A) is known color: Disco. HEX triplet: 86, 12 and 4A. RGB value is (134,18,74). Sum of RGB (Red+Green+Blue) = 134+18+74=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86124A is #79EDB5. Grayscale: #3A3A3A. Windows color (decimal): -7990710 or 4854406. OLE color: 4854406.
HSL color Cylindrical-coordinate representation of color #86124A: hue angle of 331.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86124A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 74 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.47 |
| HSL | 331.03º | 0.76% | 0.3% | - |
| HSV(B) | 331.03º | 0.87% | 0.53% | - |
| XYZ | 11.28 | 6 | 7.04 | - |
| YUV | 59.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 74 | 0 | 0.87 | 0.45 | 0.47 | 331.03 | 0.76 | 0.3 |
| Hex | 86 | 12 | 4A | 0 | 57 | 2D | 2F | 14B | 4C | 1E |
| Octal | 206 | 22 | 112 | 0 | 127 | 55 | 57 | 513 | 114 | 36 |
| Binary | 10000110 | 10010 | 1001010 | 0 | 1010111 | 101101 | 101111 | 101001011 | 1001100 | 11110 |
Color Harmonies of #86124A
Complementary color
Monochromatic Colors of #86124A
Black with #86124A
Text Example
Text Example
White with #86124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86124A; }
p { color: rgb(134,18,74); }
H1.HeaderClassName
{
color: #86124A;
}
.AnyTagClassName
{
color: #86124A;
}
</style>
background-color css
<style>
a { background-color: #86124A; }
a { background-color: rgb(134,18,74); }
div.DivClassName
{
background-color: #86124A;
}
.BgClassName
{
background-color: #86124A;
}
</style>
border-color css
<style>
span { border-color: #86124A; }
span { border-color: rgb(134,18,74); }
td.TdClassName
{
border-color: #86124A;
}
.TagClassName
{
border-color: #86124A;
}
</style>