Shades of Disco #86194A
Tints of Disco #86194A
RGB
CMYK
RGB Variations
Color information
#86194A (or 0x86194A) is known color: Disco. HEX triplet: 86, 19 and 4A. RGB value is (134,25,74). Sum of RGB (Red+Green+Blue) = 134+25+74=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86194A is #79E6B5. Grayscale: #3F3F3F. Windows color (decimal): -7988918 or 4856198. OLE color: 4856198.
HSL color Cylindrical-coordinate representation of color #86194A: hue angle of 333.03º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86194A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 74 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.47 |
| HSL | 333.03º | 0.69% | 0.31% | - |
| HSV(B) | 333.03º | 0.81% | 0.53% | - |
| XYZ | 11.42 | 6.26 | 7.08 | - |
| YUV | 63.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 74 | 0 | 0.81 | 0.45 | 0.47 | 333.03 | 0.69 | 0.31 |
| Hex | 86 | 19 | 4A | 0 | 51 | 2D | 2F | 14D | 45 | 1F |
| Octal | 206 | 31 | 112 | 0 | 121 | 55 | 57 | 515 | 105 | 37 |
| Binary | 10000110 | 11001 | 1001010 | 0 | 1010001 | 101101 | 101111 | 101001101 | 1000101 | 11111 |
Color Harmonies of #86194A
Complementary color
Monochromatic Colors of #86194A
Black with #86194A
Text Example
Text Example
White with #86194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86194A; }
p { color: rgb(134,25,74); }
H1.HeaderClassName
{
color: #86194A;
}
.AnyTagClassName
{
color: #86194A;
}
</style>
background-color css
<style>
a { background-color: #86194A; }
a { background-color: rgb(134,25,74); }
div.DivClassName
{
background-color: #86194A;
}
.BgClassName
{
background-color: #86194A;
}
</style>
border-color css
<style>
span { border-color: #86194A; }
span { border-color: rgb(134,25,74); }
td.TdClassName
{
border-color: #86194A;
}
.TagClassName
{
border-color: #86194A;
}
</style>