Shades of Disco #851541
Tints of Disco #851541
RGB
CMYK
RGB Variations
Color information
#851541 (or 0x851541) is known color: Disco. HEX triplet: 85, 15 and 41. RGB value is (133,21,65). Sum of RGB (Red+Green+Blue) = 133+21+65=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #851541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851541 is #7AEABE. Grayscale: #3B3B3B. Windows color (decimal): -8055487 or 4265349. OLE color: 4265349.
HSL color Cylindrical-coordinate representation of color #851541: hue angle of 336.43º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851541 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 65 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.48 |
| HSL | 336.43º | 0.73% | 0.3% | - |
| HSV(B) | 336.43º | 0.84% | 0.52% | - |
| XYZ | 10.9 | 5.9 | 5.57 | - |
| YUV | 59.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 65 | 0 | 0.84 | 0.51 | 0.48 | 336.43 | 0.73 | 0.3 |
| Hex | 85 | 15 | 41 | 0 | 54 | 33 | 30 | 150 | 49 | 1E |
| Octal | 205 | 25 | 101 | 0 | 124 | 63 | 60 | 520 | 111 | 36 |
| Binary | 10000101 | 10101 | 1000001 | 0 | 1010100 | 110011 | 110000 | 101010000 | 1001001 | 11110 |
Color Harmonies of #851541
Complementary color
Monochromatic Colors of #851541
Black with #851541
Text Example
Text Example
White with #851541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851541; }
p { color: rgb(133,21,65); }
H1.HeaderClassName
{
color: #851541;
}
.AnyTagClassName
{
color: #851541;
}
</style>
background-color css
<style>
a { background-color: #851541; }
a { background-color: rgb(133,21,65); }
div.DivClassName
{
background-color: #851541;
}
.BgClassName
{
background-color: #851541;
}
</style>
border-color css
<style>
span { border-color: #851541; }
span { border-color: rgb(133,21,65); }
td.TdClassName
{
border-color: #851541;
}
.TagClassName
{
border-color: #851541;
}
</style>