Shades of Disco #8F2B4F
Tints of Disco #8F2B4F
RGB
CMYK
RGB Variations
Color information
#8F2B4F (or 0x8F2B4F) is known color: Disco. HEX triplet: 8F, 2B and 4F. RGB value is (143,43,79). Sum of RGB (Red+Green+Blue) = 143+43+79=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2B4F is #70D4B0. Grayscale: #4C4C4C. Windows color (decimal): -7394481 or 5188495. OLE color: 5188495.
HSL color Cylindrical-coordinate representation of color #8F2B4F: hue angle of 338.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B4F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 79 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.44 |
| HSL | 338.4º | 0.54% | 0.36% | - |
| HSV(B) | 338.4º | 0.7% | 0.56% | - |
| XYZ | 13.6 | 8.13 | 8.25 | - |
| YUV | 77 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 79 | 0 | 0.70 | 0.45 | 0.44 | 338.4 | 0.54 | 0.36 |
| Hex | 8F | 2B | 4F | 0 | 46 | 2D | 2C | 152 | 36 | 24 |
| Octal | 217 | 53 | 117 | 0 | 106 | 55 | 54 | 522 | 66 | 44 |
| Binary | 10001111 | 101011 | 1001111 | 0 | 1000110 | 101101 | 101100 | 101010010 | 110110 | 100100 |
Color Harmonies of #8F2B4F
Complementary color
Monochromatic Colors of #8F2B4F
Black with #8F2B4F
Text Example
Text Example
White with #8F2B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B4F; }
p { color: rgb(143,43,79); }
H1.HeaderClassName
{
color: #8F2B4F;
}
.AnyTagClassName
{
color: #8F2B4F;
}
</style>
background-color css
<style>
a { background-color: #8F2B4F; }
a { background-color: rgb(143,43,79); }
div.DivClassName
{
background-color: #8F2B4F;
}
.BgClassName
{
background-color: #8F2B4F;
}
</style>
border-color css
<style>
span { border-color: #8F2B4F; }
span { border-color: rgb(143,43,79); }
td.TdClassName
{
border-color: #8F2B4F;
}
.TagClassName
{
border-color: #8F2B4F;
}
</style>