Shades of Disco #851648
Tints of Disco #851648
RGB
CMYK
RGB Variations
Color information
#851648 (or 0x851648) is known color: Disco. HEX triplet: 85, 16 and 48. RGB value is (133,22,72). Sum of RGB (Red+Green+Blue) = 133+22+72=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #851648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851648 is #7AE9B7. Grayscale: #3C3C3C. Windows color (decimal): -8055224 or 4724357. OLE color: 4724357.
HSL color Cylindrical-coordinate representation of color #851648: hue angle of 332.97º 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 #851648 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 72 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.48 |
| HSL | 332.97º | 0.72% | 0.3% | - |
| HSV(B) | 332.97º | 0.83% | 0.52% | - |
| XYZ | 11.13 | 6.03 | 6.71 | - |
| YUV | 60.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 72 | 0 | 0.83 | 0.46 | 0.48 | 332.97 | 0.72 | 0.3 |
| Hex | 85 | 16 | 48 | 0 | 53 | 2E | 30 | 14D | 48 | 1E |
| Octal | 205 | 26 | 110 | 0 | 123 | 56 | 60 | 515 | 110 | 36 |
| Binary | 10000101 | 10110 | 1001000 | 0 | 1010011 | 101110 | 110000 | 101001101 | 1001000 | 11110 |
Color Harmonies of #851648
Complementary color
Monochromatic Colors of #851648
Black with #851648
Text Example
Text Example
White with #851648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851648; }
p { color: rgb(133,22,72); }
H1.HeaderClassName
{
color: #851648;
}
.AnyTagClassName
{
color: #851648;
}
</style>
background-color css
<style>
a { background-color: #851648; }
a { background-color: rgb(133,22,72); }
div.DivClassName
{
background-color: #851648;
}
.BgClassName
{
background-color: #851648;
}
</style>
border-color css
<style>
span { border-color: #851648; }
span { border-color: rgb(133,22,72); }
td.TdClassName
{
border-color: #851648;
}
.TagClassName
{
border-color: #851648;
}
</style>