Shades of Disco #851D40
Tints of Disco #851D40
RGB
CMYK
RGB Variations
Color information
#851D40 (or 0x851D40) is known color: Disco. HEX triplet: 85, 1D and 40. RGB value is (133,29,64). Sum of RGB (Red+Green+Blue) = 133+29+64=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #851D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D40 is #7AE2BF. Grayscale: #404040. Windows color (decimal): -8053440 or 4201861. OLE color: 4201861.
HSL color Cylindrical-coordinate representation of color #851D40: hue angle of 339.81º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D40 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 64 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.48 |
| HSL | 339.81º | 0.64% | 0.32% | - |
| HSV(B) | 339.81º | 0.78% | 0.52% | - |
| XYZ | 11.04 | 6.24 | 5.47 | - |
| YUV | 64.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 64 | 0 | 0.78 | 0.52 | 0.48 | 339.81 | 0.64 | 0.32 |
| Hex | 85 | 1D | 40 | 0 | 4E | 34 | 30 | 154 | 40 | 20 |
| Octal | 205 | 35 | 100 | 0 | 116 | 64 | 60 | 524 | 100 | 40 |
| Binary | 10000101 | 11101 | 1000000 | 0 | 1001110 | 110100 | 110000 | 101010100 | 1000000 | 100000 |
Color Harmonies of #851D40
Complementary color
Monochromatic Colors of #851D40
Black with #851D40
Text Example
Text Example
White with #851D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D40; }
p { color: rgb(133,29,64); }
H1.HeaderClassName
{
color: #851D40;
}
.AnyTagClassName
{
color: #851D40;
}
</style>
background-color css
<style>
a { background-color: #851D40; }
a { background-color: rgb(133,29,64); }
div.DivClassName
{
background-color: #851D40;
}
.BgClassName
{
background-color: #851D40;
}
</style>
border-color css
<style>
span { border-color: #851D40; }
span { border-color: rgb(133,29,64); }
td.TdClassName
{
border-color: #851D40;
}
.TagClassName
{
border-color: #851D40;
}
</style>