Shades of Disco #8F2442
Tints of Disco #8F2442
RGB
CMYK
RGB Variations
Color information
#8F2442 (or 0x8F2442) is known color: Disco. HEX triplet: 8F, 24 and 42. RGB value is (143,36,66). Sum of RGB (Red+Green+Blue) = 143+36+66=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2442 is #70DBBD. Grayscale: #474747. Windows color (decimal): -7396286 or 4334735. OLE color: 4334735.
HSL color Cylindrical-coordinate representation of color #8F2442: hue angle of 343.18º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2442 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 66 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.44 |
| HSL | 343.18º | 0.6% | 0.35% | - |
| HSV(B) | 343.18º | 0.75% | 0.56% | - |
| XYZ | 12.94 | 7.49 | 5.92 | - |
| YUV | 71.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 66 | 0 | 0.75 | 0.54 | 0.44 | 343.18 | 0.6 | 0.35 |
| Hex | 8F | 24 | 42 | 0 | 4B | 36 | 2C | 157 | 3C | 23 |
| Octal | 217 | 44 | 102 | 0 | 113 | 66 | 54 | 527 | 74 | 43 |
| Binary | 10001111 | 100100 | 1000010 | 0 | 1001011 | 110110 | 101100 | 101010111 | 111100 | 100011 |
Color Harmonies of #8F2442
Complementary color
Monochromatic Colors of #8F2442
Black with #8F2442
Text Example
Text Example
White with #8F2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2442; }
p { color: rgb(143,36,66); }
H1.HeaderClassName
{
color: #8F2442;
}
.AnyTagClassName
{
color: #8F2442;
}
</style>
background-color css
<style>
a { background-color: #8F2442; }
a { background-color: rgb(143,36,66); }
div.DivClassName
{
background-color: #8F2442;
}
.BgClassName
{
background-color: #8F2442;
}
</style>
border-color css
<style>
span { border-color: #8F2442; }
span { border-color: rgb(143,36,66); }
td.TdClassName
{
border-color: #8F2442;
}
.TagClassName
{
border-color: #8F2442;
}
</style>