Shades of Disco #8F164A
Tints of Disco #8F164A
RGB
CMYK
RGB Variations
Color information
#8F164A (or 0x8F164A) is known color: Disco. HEX triplet: 8F, 16 and 4A. RGB value is (143,22,74). Sum of RGB (Red+Green+Blue) = 143+22+74=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F164A is #70E9B5. Grayscale: #404040. Windows color (decimal): -7399862 or 4855439. OLE color: 4855439.
HSL color Cylindrical-coordinate representation of color #8F164A: hue angle of 334.21º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F164A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 74 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.44 |
| HSL | 334.21º | 0.73% | 0.32% | - |
| HSV(B) | 334.21º | 0.85% | 0.56% | - |
| XYZ | 12.85 | 6.91 | 7.13 | - |
| YUV | 64.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 74 | 0 | 0.85 | 0.48 | 0.44 | 334.21 | 0.73 | 0.32 |
| Hex | 8F | 16 | 4A | 0 | 55 | 30 | 2C | 14E | 49 | 20 |
| Octal | 217 | 26 | 112 | 0 | 125 | 60 | 54 | 516 | 111 | 40 |
| Binary | 10001111 | 10110 | 1001010 | 0 | 1010101 | 110000 | 101100 | 101001110 | 1001001 | 100000 |
Color Harmonies of #8F164A
Complementary color
Monochromatic Colors of #8F164A
Black with #8F164A
Text Example
Text Example
White with #8F164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F164A; }
p { color: rgb(143,22,74); }
H1.HeaderClassName
{
color: #8F164A;
}
.AnyTagClassName
{
color: #8F164A;
}
</style>
background-color css
<style>
a { background-color: #8F164A; }
a { background-color: rgb(143,22,74); }
div.DivClassName
{
background-color: #8F164A;
}
.BgClassName
{
background-color: #8F164A;
}
</style>
border-color css
<style>
span { border-color: #8F164A; }
span { border-color: rgb(143,22,74); }
td.TdClassName
{
border-color: #8F164A;
}
.TagClassName
{
border-color: #8F164A;
}
</style>