Shades of Disco #851846
Tints of Disco #851846
RGB
CMYK
RGB Variations
Color information
#851846 (or 0x851846) is known color: Disco. HEX triplet: 85, 18 and 46. RGB value is (133,24,70). Sum of RGB (Red+Green+Blue) = 133+24+70=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #851846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851846 is #7AE7B9. Grayscale: #3D3D3D. Windows color (decimal): -8054714 or 4593797. OLE color: 4593797.
HSL color Cylindrical-coordinate representation of color #851846: hue angle of 334.68º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851846 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 70 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.48 |
| HSL | 334.68º | 0.69% | 0.31% | - |
| HSV(B) | 334.68º | 0.82% | 0.52% | - |
| XYZ | 11.1 | 6.08 | 6.38 | - |
| YUV | 61.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 70 | 0 | 0.82 | 0.47 | 0.48 | 334.68 | 0.69 | 0.31 |
| Hex | 85 | 18 | 46 | 0 | 52 | 2F | 30 | 14F | 45 | 1F |
| Octal | 205 | 30 | 106 | 0 | 122 | 57 | 60 | 517 | 105 | 37 |
| Binary | 10000101 | 11000 | 1000110 | 0 | 1010010 | 101111 | 110000 | 101001111 | 1000101 | 11111 |
Color Harmonies of #851846
Complementary color
Monochromatic Colors of #851846
Black with #851846
Text Example
Text Example
White with #851846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851846; }
p { color: rgb(133,24,70); }
H1.HeaderClassName
{
color: #851846;
}
.AnyTagClassName
{
color: #851846;
}
</style>
background-color css
<style>
a { background-color: #851846; }
a { background-color: rgb(133,24,70); }
div.DivClassName
{
background-color: #851846;
}
.BgClassName
{
background-color: #851846;
}
</style>
border-color css
<style>
span { border-color: #851846; }
span { border-color: rgb(133,24,70); }
td.TdClassName
{
border-color: #851846;
}
.TagClassName
{
border-color: #851846;
}
</style>