Shades of Disco #8F2C43
Tints of Disco #8F2C43
RGB
CMYK
RGB Variations
Color information
#8F2C43 (or 0x8F2C43) is known color: Disco. HEX triplet: 8F, 2C and 43. RGB value is (143,44,67). Sum of RGB (Red+Green+Blue) = 143+44+67=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2C43 is #70D3BC. Grayscale: #4C4C4C. Windows color (decimal): -7394237 or 4402319. OLE color: 4402319.
HSL color Cylindrical-coordinate representation of color #8F2C43: hue angle of 346.06º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2C43 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 44 | 67 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.44 |
| HSL | 346.06º | 0.53% | 0.37% | - |
| HSV(B) | 346.06º | 0.69% | 0.56% | - |
| XYZ | 13.24 | 8.05 | 6.17 | - |
| YUV | 76.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 67 | 0 | 0.69 | 0.53 | 0.44 | 346.06 | 0.53 | 0.37 |
| Hex | 8F | 2C | 43 | 0 | 45 | 35 | 2C | 15A | 35 | 25 |
| Octal | 217 | 54 | 103 | 0 | 105 | 65 | 54 | 532 | 65 | 45 |
| Binary | 10001111 | 101100 | 1000011 | 0 | 1000101 | 110101 | 101100 | 101011010 | 110101 | 100101 |
Color Harmonies of #8F2C43
Complementary color
Monochromatic Colors of #8F2C43
Black with #8F2C43
Text Example
Text Example
White with #8F2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C43; }
p { color: rgb(143,44,67); }
H1.HeaderClassName
{
color: #8F2C43;
}
.AnyTagClassName
{
color: #8F2C43;
}
</style>
background-color css
<style>
a { background-color: #8F2C43; }
a { background-color: rgb(143,44,67); }
div.DivClassName
{
background-color: #8F2C43;
}
.BgClassName
{
background-color: #8F2C43;
}
</style>
border-color css
<style>
span { border-color: #8F2C43; }
span { border-color: rgb(143,44,67); }
td.TdClassName
{
border-color: #8F2C43;
}
.TagClassName
{
border-color: #8F2C43;
}
</style>