Shades of Disco #851C41
Tints of Disco #851C41
RGB
CMYK
RGB Variations
Color information
#851C41 (or 0x851C41) is known color: Disco. HEX triplet: 85, 1C and 41. RGB value is (133,28,65). Sum of RGB (Red+Green+Blue) = 133+28+65=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #851C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C41 is #7AE3BE. Grayscale: #3F3F3F. Windows color (decimal): -8053695 or 4267141. OLE color: 4267141.
HSL color Cylindrical-coordinate representation of color #851C41: hue angle of 338.86º 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 #851C41 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 65 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.48 |
| HSL | 338.86º | 0.65% | 0.32% | - |
| HSV(B) | 338.86º | 0.79% | 0.52% | - |
| XYZ | 11.04 | 6.2 | 5.62 | - |
| YUV | 63.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 65 | 0 | 0.79 | 0.51 | 0.48 | 338.86 | 0.65 | 0.32 |
| Hex | 85 | 1C | 41 | 0 | 4F | 33 | 30 | 153 | 41 | 20 |
| Octal | 205 | 34 | 101 | 0 | 117 | 63 | 60 | 523 | 101 | 40 |
| Binary | 10000101 | 11100 | 1000001 | 0 | 1001111 | 110011 | 110000 | 101010011 | 1000001 | 100000 |
Color Harmonies of #851C41
Complementary color
Monochromatic Colors of #851C41
Black with #851C41
Text Example
Text Example
White with #851C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C41; }
p { color: rgb(133,28,65); }
H1.HeaderClassName
{
color: #851C41;
}
.AnyTagClassName
{
color: #851C41;
}
</style>
background-color css
<style>
a { background-color: #851C41; }
a { background-color: rgb(133,28,65); }
div.DivClassName
{
background-color: #851C41;
}
.BgClassName
{
background-color: #851C41;
}
</style>
border-color css
<style>
span { border-color: #851C41; }
span { border-color: rgb(133,28,65); }
td.TdClassName
{
border-color: #851C41;
}
.TagClassName
{
border-color: #851C41;
}
</style>