Shades of Disco #86274A
Tints of Disco #86274A
RGB
CMYK
RGB Variations
Color information
#86274A (or 0x86274A) is known color: Disco. HEX triplet: 86, 27 and 4A. RGB value is (134,39,74). Sum of RGB (Red+Green+Blue) = 134+39+74=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86274A is #79D8B5. Grayscale: #474747. Windows color (decimal): -7985334 or 4859782. OLE color: 4859782.
HSL color Cylindrical-coordinate representation of color #86274A: hue angle of 337.89º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86274A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 74 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.47 |
| HSL | 337.89º | 0.55% | 0.34% | - |
| HSV(B) | 337.89º | 0.71% | 0.53% | - |
| XYZ | 11.79 | 7.01 | 7.21 | - |
| YUV | 71.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 74 | 0 | 0.71 | 0.45 | 0.47 | 337.89 | 0.55 | 0.34 |
| Hex | 86 | 27 | 4A | 0 | 47 | 2D | 2F | 152 | 37 | 22 |
| Octal | 206 | 47 | 112 | 0 | 107 | 55 | 57 | 522 | 67 | 42 |
| Binary | 10000110 | 100111 | 1001010 | 0 | 1000111 | 101101 | 101111 | 101010010 | 110111 | 100010 |
Color Harmonies of #86274A
Complementary color
Monochromatic Colors of #86274A
Black with #86274A
Text Example
Text Example
White with #86274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86274A; }
p { color: rgb(134,39,74); }
H1.HeaderClassName
{
color: #86274A;
}
.AnyTagClassName
{
color: #86274A;
}
</style>
background-color css
<style>
a { background-color: #86274A; }
a { background-color: rgb(134,39,74); }
div.DivClassName
{
background-color: #86274A;
}
.BgClassName
{
background-color: #86274A;
}
</style>
border-color css
<style>
span { border-color: #86274A; }
span { border-color: rgb(134,39,74); }
td.TdClassName
{
border-color: #86274A;
}
.TagClassName
{
border-color: #86274A;
}
</style>