Shades of Disco #86133F
Tints of Disco #86133F
RGB
CMYK
RGB Variations
Color information
#86133F (or 0x86133F) is known color: Disco. HEX triplet: 86, 13 and 3F. RGB value is (134,19,63). Sum of RGB (Red+Green+Blue) = 134+19+63=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86133F is #79ECC0. Grayscale: #3A3A3A. Windows color (decimal): -7990465 or 4133766. OLE color: 4133766.
HSL color Cylindrical-coordinate representation of color #86133F: hue angle of 337.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86133F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 63 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.47 |
| HSL | 337.04º | 0.75% | 0.3% | - |
| HSV(B) | 337.04º | 0.86% | 0.53% | - |
| XYZ | 10.96 | 5.89 | 5.26 | - |
| YUV | 58.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 63 | 0 | 0.86 | 0.53 | 0.47 | 337.04 | 0.75 | 0.3 |
| Hex | 86 | 13 | 3F | 0 | 56 | 35 | 2F | 151 | 4B | 1E |
| Octal | 206 | 23 | 77 | 0 | 126 | 65 | 57 | 521 | 113 | 36 |
| Binary | 10000110 | 10011 | 111111 | 0 | 1010110 | 110101 | 101111 | 101010001 | 1001011 | 11110 |
Color Harmonies of #86133F
Complementary color
Monochromatic Colors of #86133F
Black with #86133F
Text Example
Text Example
White with #86133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86133F; }
p { color: rgb(134,19,63); }
H1.HeaderClassName
{
color: #86133F;
}
.AnyTagClassName
{
color: #86133F;
}
</style>
background-color css
<style>
a { background-color: #86133F; }
a { background-color: rgb(134,19,63); }
div.DivClassName
{
background-color: #86133F;
}
.BgClassName
{
background-color: #86133F;
}
</style>
border-color css
<style>
span { border-color: #86133F; }
span { border-color: rgb(134,19,63); }
td.TdClassName
{
border-color: #86133F;
}
.TagClassName
{
border-color: #86133F;
}
</style>