Shades of Disco #86324A
Tints of Disco #86324A
RGB
CMYK
RGB Variations
Color information
#86324A (or 0x86324A) is known color: Disco. HEX triplet: 86, 32 and 4A. RGB value is (134,50,74). Sum of RGB (Red+Green+Blue) = 134+50+74=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86324A is #79CDB5. Grayscale: #4D4D4D. Windows color (decimal): -7982518 or 4862598. OLE color: 4862598.
HSL color Cylindrical-coordinate representation of color #86324A: hue angle of 342.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86324A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 74 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.47 |
| HSL | 342.86º | 0.46% | 0.36% | - |
| HSV(B) | 342.86º | 0.63% | 0.53% | - |
| XYZ | 12.21 | 7.84 | 7.35 | - |
| YUV | 77.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 74 | 0 | 0.63 | 0.45 | 0.47 | 342.86 | 0.46 | 0.36 |
| Hex | 86 | 32 | 4A | 0 | 3F | 2D | 2F | 157 | 2E | 24 |
| Octal | 206 | 62 | 112 | 0 | 77 | 55 | 57 | 527 | 56 | 44 |
| Binary | 10000110 | 110010 | 1001010 | 0 | 111111 | 101101 | 101111 | 101010111 | 101110 | 100100 |
Color Harmonies of #86324A
Complementary color
Monochromatic Colors of #86324A
Black with #86324A
Text Example
Text Example
White with #86324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86324A; }
p { color: rgb(134,50,74); }
H1.HeaderClassName
{
color: #86324A;
}
.AnyTagClassName
{
color: #86324A;
}
</style>
background-color css
<style>
a { background-color: #86324A; }
a { background-color: rgb(134,50,74); }
div.DivClassName
{
background-color: #86324A;
}
.BgClassName
{
background-color: #86324A;
}
</style>
border-color css
<style>
span { border-color: #86324A; }
span { border-color: rgb(134,50,74); }
td.TdClassName
{
border-color: #86324A;
}
.TagClassName
{
border-color: #86324A;
}
</style>