Shades of Disco #851942
Tints of Disco #851942
RGB
CMYK
RGB Variations
Color information
#851942 (or 0x851942) is known color: Disco. HEX triplet: 85, 19 and 42. RGB value is (133,25,66). Sum of RGB (Red+Green+Blue) = 133+25+66=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #851942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851942 is #7AE6BD. Grayscale: #3D3D3D. Windows color (decimal): -8054462 or 4331909. OLE color: 4331909.
HSL color Cylindrical-coordinate representation of color #851942: hue angle of 337.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851942 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 66 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.48 |
| HSL | 337.22º | 0.68% | 0.31% | - |
| HSV(B) | 337.22º | 0.81% | 0.52% | - |
| XYZ | 11 | 6.08 | 5.75 | - |
| YUV | 61.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 66 | 0 | 0.81 | 0.50 | 0.48 | 337.22 | 0.68 | 0.31 |
| Hex | 85 | 19 | 42 | 0 | 51 | 32 | 30 | 151 | 44 | 1F |
| Octal | 205 | 31 | 102 | 0 | 121 | 62 | 60 | 521 | 104 | 37 |
| Binary | 10000101 | 11001 | 1000010 | 0 | 1010001 | 110010 | 110000 | 101010001 | 1000100 | 11111 |
Color Harmonies of #851942
Complementary color
Monochromatic Colors of #851942
Black with #851942
Text Example
Text Example
White with #851942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851942; }
p { color: rgb(133,25,66); }
H1.HeaderClassName
{
color: #851942;
}
.AnyTagClassName
{
color: #851942;
}
</style>
background-color css
<style>
a { background-color: #851942; }
a { background-color: rgb(133,25,66); }
div.DivClassName
{
background-color: #851942;
}
.BgClassName
{
background-color: #851942;
}
</style>
border-color css
<style>
span { border-color: #851942; }
span { border-color: rgb(133,25,66); }
td.TdClassName
{
border-color: #851942;
}
.TagClassName
{
border-color: #851942;
}
</style>