Shades of Disco #851A49
Tints of Disco #851A49
RGB
CMYK
RGB Variations
Color information
#851A49 (or 0x851A49) is known color: Disco. HEX triplet: 85, 1A and 49. RGB value is (133,26,73). Sum of RGB (Red+Green+Blue) = 133+26+73=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #851A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A49 is #7AE5B6. Grayscale: #3F3F3F. Windows color (decimal): -8054199 or 4790917. OLE color: 4790917.
HSL color Cylindrical-coordinate representation of color #851A49: hue angle of 333.64º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A49 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 73 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.48 |
| HSL | 333.64º | 0.67% | 0.31% | - |
| HSV(B) | 333.64º | 0.8% | 0.52% | - |
| XYZ | 11.24 | 6.21 | 6.91 | - |
| YUV | 63.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 73 | 0 | 0.80 | 0.45 | 0.48 | 333.64 | 0.67 | 0.31 |
| Hex | 85 | 1A | 49 | 0 | 50 | 2D | 30 | 14E | 43 | 1F |
| Octal | 205 | 32 | 111 | 0 | 120 | 55 | 60 | 516 | 103 | 37 |
| Binary | 10000101 | 11010 | 1001001 | 0 | 1010000 | 101101 | 110000 | 101001110 | 1000011 | 11111 |
Color Harmonies of #851A49
Complementary color
Monochromatic Colors of #851A49
Black with #851A49
Text Example
Text Example
White with #851A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A49; }
p { color: rgb(133,26,73); }
H1.HeaderClassName
{
color: #851A49;
}
.AnyTagClassName
{
color: #851A49;
}
</style>
background-color css
<style>
a { background-color: #851A49; }
a { background-color: rgb(133,26,73); }
div.DivClassName
{
background-color: #851A49;
}
.BgClassName
{
background-color: #851A49;
}
</style>
border-color css
<style>
span { border-color: #851A49; }
span { border-color: rgb(133,26,73); }
td.TdClassName
{
border-color: #851A49;
}
.TagClassName
{
border-color: #851A49;
}
</style>