Shades of Disco #86164A
Tints of Disco #86164A
RGB
CMYK
RGB Variations
Color information
#86164A (or 0x86164A) is known color: Disco. HEX triplet: 86, 16 and 4A. RGB value is (134,22,74). Sum of RGB (Red+Green+Blue) = 134+22+74=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86164A is #79E9B5. Grayscale: #3D3D3D. Windows color (decimal): -7989686 or 4855430. OLE color: 4855430.
HSL color Cylindrical-coordinate representation of color #86164A: hue angle of 332.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86164A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 74 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.47 |
| HSL | 332.14º | 0.72% | 0.31% | - |
| HSV(B) | 332.14º | 0.84% | 0.53% | - |
| XYZ | 11.35 | 6.14 | 7.06 | - |
| YUV | 61.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 74 | 0 | 0.84 | 0.45 | 0.47 | 332.14 | 0.72 | 0.31 |
| Hex | 86 | 16 | 4A | 0 | 54 | 2D | 2F | 14C | 48 | 1F |
| Octal | 206 | 26 | 112 | 0 | 124 | 55 | 57 | 514 | 110 | 37 |
| Binary | 10000110 | 10110 | 1001010 | 0 | 1010100 | 101101 | 101111 | 101001100 | 1001000 | 11111 |
Color Harmonies of #86164A
Complementary color
Monochromatic Colors of #86164A
Black with #86164A
Text Example
Text Example
White with #86164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86164A; }
p { color: rgb(134,22,74); }
H1.HeaderClassName
{
color: #86164A;
}
.AnyTagClassName
{
color: #86164A;
}
</style>
background-color css
<style>
a { background-color: #86164A; }
a { background-color: rgb(134,22,74); }
div.DivClassName
{
background-color: #86164A;
}
.BgClassName
{
background-color: #86164A;
}
</style>
border-color css
<style>
span { border-color: #86164A; }
span { border-color: rgb(134,22,74); }
td.TdClassName
{
border-color: #86164A;
}
.TagClassName
{
border-color: #86164A;
}
</style>