Shades of Disco #8F2242
Tints of Disco #8F2242
RGB
CMYK
RGB Variations
Color information
#8F2242 (or 0x8F2242) is known color: Disco. HEX triplet: 8F, 22 and 42. RGB value is (143,34,66). Sum of RGB (Red+Green+Blue) = 143+34+66=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2242 is #70DDBD. Grayscale: #464646. Windows color (decimal): -7396798 or 4334223. OLE color: 4334223.
HSL color Cylindrical-coordinate representation of color #8F2242: hue angle of 342.39º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2242 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 66 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.44 |
| HSL | 342.39º | 0.62% | 0.35% | - |
| HSV(B) | 342.39º | 0.76% | 0.56% | - |
| XYZ | 12.88 | 7.38 | 5.9 | - |
| YUV | 70.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 66 | 0 | 0.76 | 0.54 | 0.44 | 342.39 | 0.62 | 0.35 |
| Hex | 8F | 22 | 42 | 0 | 4C | 36 | 2C | 156 | 3E | 23 |
| Octal | 217 | 42 | 102 | 0 | 114 | 66 | 54 | 526 | 76 | 43 |
| Binary | 10001111 | 100010 | 1000010 | 0 | 1001100 | 110110 | 101100 | 101010110 | 111110 | 100011 |
Color Harmonies of #8F2242
Complementary color
Monochromatic Colors of #8F2242
Black with #8F2242
Text Example
Text Example
White with #8F2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2242; }
p { color: rgb(143,34,66); }
H1.HeaderClassName
{
color: #8F2242;
}
.AnyTagClassName
{
color: #8F2242;
}
</style>
background-color css
<style>
a { background-color: #8F2242; }
a { background-color: rgb(143,34,66); }
div.DivClassName
{
background-color: #8F2242;
}
.BgClassName
{
background-color: #8F2242;
}
</style>
border-color css
<style>
span { border-color: #8F2242; }
span { border-color: rgb(143,34,66); }
td.TdClassName
{
border-color: #8F2242;
}
.TagClassName
{
border-color: #8F2242;
}
</style>