Shades of Disco #851643
Tints of Disco #851643
RGB
CMYK
RGB Variations
Color information
#851643 (or 0x851643) is known color: Disco. HEX triplet: 85, 16 and 43. RGB value is (133,22,67). Sum of RGB (Red+Green+Blue) = 133+22+67=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #851643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851643 is #7AE9BC. Grayscale: #3C3C3C. Windows color (decimal): -8055229 or 4396677. OLE color: 4396677.
HSL color Cylindrical-coordinate representation of color #851643: hue angle of 335.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851643 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 67 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.48 |
| HSL | 335.68º | 0.72% | 0.3% | - |
| HSV(B) | 335.68º | 0.83% | 0.52% | - |
| XYZ | 10.97 | 5.97 | 5.88 | - |
| YUV | 60.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 67 | 0 | 0.83 | 0.50 | 0.48 | 335.68 | 0.72 | 0.3 |
| Hex | 85 | 16 | 43 | 0 | 53 | 32 | 30 | 150 | 48 | 1E |
| Octal | 205 | 26 | 103 | 0 | 123 | 62 | 60 | 520 | 110 | 36 |
| Binary | 10000101 | 10110 | 1000011 | 0 | 1010011 | 110010 | 110000 | 101010000 | 1001000 | 11110 |
Color Harmonies of #851643
Complementary color
Monochromatic Colors of #851643
Black with #851643
Text Example
Text Example
White with #851643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851643; }
p { color: rgb(133,22,67); }
H1.HeaderClassName
{
color: #851643;
}
.AnyTagClassName
{
color: #851643;
}
</style>
background-color css
<style>
a { background-color: #851643; }
a { background-color: rgb(133,22,67); }
div.DivClassName
{
background-color: #851643;
}
.BgClassName
{
background-color: #851643;
}
</style>
border-color css
<style>
span { border-color: #851643; }
span { border-color: rgb(133,22,67); }
td.TdClassName
{
border-color: #851643;
}
.TagClassName
{
border-color: #851643;
}
</style>