Shades of Disco #8F1949
Tints of Disco #8F1949
RGB
CMYK
RGB Variations
Color information
#8F1949 (or 0x8F1949) is known color: Disco. HEX triplet: 8F, 19 and 49. RGB value is (143,25,73). Sum of RGB (Red+Green+Blue) = 143+25+73=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1949 is #70E6B6. Grayscale: #414141. Windows color (decimal): -7399095 or 4790671. OLE color: 4790671.
HSL color Cylindrical-coordinate representation of color #8F1949: hue angle of 335.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1949 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 73 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.44 |
| HSL | 335.59º | 0.7% | 0.33% | - |
| HSV(B) | 335.59º | 0.83% | 0.56% | - |
| XYZ | 12.88 | 7.02 | 6.98 | - |
| YUV | 65.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 73 | 0 | 0.83 | 0.49 | 0.44 | 335.59 | 0.7 | 0.33 |
| Hex | 8F | 19 | 49 | 0 | 53 | 31 | 2C | 150 | 46 | 21 |
| Octal | 217 | 31 | 111 | 0 | 123 | 61 | 54 | 520 | 106 | 41 |
| Binary | 10001111 | 11001 | 1001001 | 0 | 1010011 | 110001 | 101100 | 101010000 | 1000110 | 100001 |
Color Harmonies of #8F1949
Complementary color
Monochromatic Colors of #8F1949
Black with #8F1949
Text Example
Text Example
White with #8F1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1949; }
p { color: rgb(143,25,73); }
H1.HeaderClassName
{
color: #8F1949;
}
.AnyTagClassName
{
color: #8F1949;
}
</style>
background-color css
<style>
a { background-color: #8F1949; }
a { background-color: rgb(143,25,73); }
div.DivClassName
{
background-color: #8F1949;
}
.BgClassName
{
background-color: #8F1949;
}
</style>
border-color css
<style>
span { border-color: #8F1949; }
span { border-color: rgb(143,25,73); }
td.TdClassName
{
border-color: #8F1949;
}
.TagClassName
{
border-color: #8F1949;
}
</style>