Shades of Disco #851C46
Tints of Disco #851C46
RGB
CMYK
RGB Variations
Color information
#851C46 (or 0x851C46) is known color: Disco. HEX triplet: 85, 1C and 46. RGB value is (133,28,70). Sum of RGB (Red+Green+Blue) = 133+28+70=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #851C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C46 is #7AE3B9. Grayscale: #404040. Windows color (decimal): -8053690 or 4594821. OLE color: 4594821.
HSL color Cylindrical-coordinate representation of color #851C46: hue angle of 336º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C46 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 70 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.48 |
| HSL | 336º | 0.65% | 0.32% | - |
| HSV(B) | 336º | 0.79% | 0.52% | - |
| XYZ | 11.19 | 6.26 | 6.41 | - |
| YUV | 64.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 70 | 0 | 0.79 | 0.47 | 0.48 | 336 | 0.65 | 0.32 |
| Hex | 85 | 1C | 46 | 0 | 4F | 2F | 30 | 150 | 41 | 20 |
| Octal | 205 | 34 | 106 | 0 | 117 | 57 | 60 | 520 | 101 | 40 |
| Binary | 10000101 | 11100 | 1000110 | 0 | 1001111 | 101111 | 110000 | 101010000 | 1000001 | 100000 |
Color Harmonies of #851C46
Complementary color
Monochromatic Colors of #851C46
Black with #851C46
Text Example
Text Example
White with #851C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C46; }
p { color: rgb(133,28,70); }
H1.HeaderClassName
{
color: #851C46;
}
.AnyTagClassName
{
color: #851C46;
}
</style>
background-color css
<style>
a { background-color: #851C46; }
a { background-color: rgb(133,28,70); }
div.DivClassName
{
background-color: #851C46;
}
.BgClassName
{
background-color: #851C46;
}
</style>
border-color css
<style>
span { border-color: #851C46; }
span { border-color: rgb(133,28,70); }
td.TdClassName
{
border-color: #851C46;
}
.TagClassName
{
border-color: #851C46;
}
</style>