Shades of Disco #861F48
Tints of Disco #861F48
RGB
CMYK
RGB Variations
Color information
#861F48 (or 0x861F48) is known color: Disco. HEX triplet: 86, 1F and 48. RGB value is (134,31,72). Sum of RGB (Red+Green+Blue) = 134+31+72=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #861F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F48 is #79E0B7. Grayscale: #424242. Windows color (decimal): -7987384 or 4726662. OLE color: 4726662.
HSL color Cylindrical-coordinate representation of color #861F48: hue angle of 336.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F48 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 72 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.47 |
| HSL | 336.12º | 0.62% | 0.32% | - |
| HSV(B) | 336.12º | 0.77% | 0.53% | - |
| XYZ | 11.49 | 6.52 | 6.78 | - |
| YUV | 66.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 72 | 0 | 0.77 | 0.46 | 0.47 | 336.12 | 0.62 | 0.32 |
| Hex | 86 | 1F | 48 | 0 | 4D | 2E | 2F | 150 | 3E | 20 |
| Octal | 206 | 37 | 110 | 0 | 115 | 56 | 57 | 520 | 76 | 40 |
| Binary | 10000110 | 11111 | 1001000 | 0 | 1001101 | 101110 | 101111 | 101010000 | 111110 | 100000 |
Color Harmonies of #861F48
Complementary color
Monochromatic Colors of #861F48
Black with #861F48
Text Example
Text Example
White with #861F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F48; }
p { color: rgb(134,31,72); }
H1.HeaderClassName
{
color: #861F48;
}
.AnyTagClassName
{
color: #861F48;
}
</style>
background-color css
<style>
a { background-color: #861F48; }
a { background-color: rgb(134,31,72); }
div.DivClassName
{
background-color: #861F48;
}
.BgClassName
{
background-color: #861F48;
}
</style>
border-color css
<style>
span { border-color: #861F48; }
span { border-color: rgb(134,31,72); }
td.TdClassName
{
border-color: #861F48;
}
.TagClassName
{
border-color: #861F48;
}
</style>