Shades of Disco #851C4A
Tints of Disco #851C4A
RGB
CMYK
RGB Variations
Color information
#851C4A (or 0x851C4A) is known color: Disco. HEX triplet: 85, 1C and 4A. RGB value is (133,28,74). Sum of RGB (Red+Green+Blue) = 133+28+74=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #851C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C4A is #7AE3B5. Grayscale: #404040. Windows color (decimal): -8053686 or 4856965. OLE color: 4856965.
HSL color Cylindrical-coordinate representation of color #851C4A: hue angle of 333.71º 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 #851C4A is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 74 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.48 |
| HSL | 333.71º | 0.65% | 0.32% | - |
| HSV(B) | 333.71º | 0.79% | 0.52% | - |
| XYZ | 11.32 | 6.31 | 7.1 | - |
| YUV | 64.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 74 | 0 | 0.79 | 0.44 | 0.48 | 333.71 | 0.65 | 0.32 |
| Hex | 85 | 1C | 4A | 0 | 4F | 2C | 30 | 14E | 41 | 20 |
| Octal | 205 | 34 | 112 | 0 | 117 | 54 | 60 | 516 | 101 | 40 |
| Binary | 10000101 | 11100 | 1001010 | 0 | 1001111 | 101100 | 110000 | 101001110 | 1000001 | 100000 |
Color Harmonies of #851C4A
Complementary color
Monochromatic Colors of #851C4A
Black with #851C4A
Text Example
Text Example
White with #851C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C4A; }
p { color: rgb(133,28,74); }
H1.HeaderClassName
{
color: #851C4A;
}
.AnyTagClassName
{
color: #851C4A;
}
</style>
background-color css
<style>
a { background-color: #851C4A; }
a { background-color: rgb(133,28,74); }
div.DivClassName
{
background-color: #851C4A;
}
.BgClassName
{
background-color: #851C4A;
}
</style>
border-color css
<style>
span { border-color: #851C4A; }
span { border-color: rgb(133,28,74); }
td.TdClassName
{
border-color: #851C4A;
}
.TagClassName
{
border-color: #851C4A;
}
</style>