Shades of Disco #851647
Tints of Disco #851647
RGB
CMYK
RGB Variations
Color information
#851647 (or 0x851647) is known color: Disco. HEX triplet: 85, 16 and 47. RGB value is (133,22,71). Sum of RGB (Red+Green+Blue) = 133+22+71=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #851647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851647 is #7AE9B8. Grayscale: #3C3C3C. Windows color (decimal): -8055225 or 4658821. OLE color: 4658821.
HSL color Cylindrical-coordinate representation of color #851647: hue angle of 333.51º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851647 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 71 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.48 |
| HSL | 333.51º | 0.72% | 0.3% | - |
| HSV(B) | 333.51º | 0.83% | 0.52% | - |
| XYZ | 11.1 | 6.02 | 6.54 | - |
| YUV | 60.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 71 | 0 | 0.83 | 0.47 | 0.48 | 333.51 | 0.72 | 0.3 |
| Hex | 85 | 16 | 47 | 0 | 53 | 2F | 30 | 14E | 48 | 1E |
| Octal | 205 | 26 | 107 | 0 | 123 | 57 | 60 | 516 | 110 | 36 |
| Binary | 10000101 | 10110 | 1000111 | 0 | 1010011 | 101111 | 110000 | 101001110 | 1001000 | 11110 |
Color Harmonies of #851647
Complementary color
Monochromatic Colors of #851647
Black with #851647
Text Example
Text Example
White with #851647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851647; }
p { color: rgb(133,22,71); }
H1.HeaderClassName
{
color: #851647;
}
.AnyTagClassName
{
color: #851647;
}
</style>
background-color css
<style>
a { background-color: #851647; }
a { background-color: rgb(133,22,71); }
div.DivClassName
{
background-color: #851647;
}
.BgClassName
{
background-color: #851647;
}
</style>
border-color css
<style>
span { border-color: #851647; }
span { border-color: rgb(133,22,71); }
td.TdClassName
{
border-color: #851647;
}
.TagClassName
{
border-color: #851647;
}
</style>