Shades of Disco #8F2B41
Tints of Disco #8F2B41
RGB
CMYK
RGB Variations
Color information
#8F2B41 (or 0x8F2B41) is known color: Disco. HEX triplet: 8F, 2B and 41. RGB value is (143,43,65). Sum of RGB (Red+Green+Blue) = 143+43+65=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B41 is #70D4BE. Grayscale: #4B4B4B. Windows color (decimal): -7394495 or 4270991. OLE color: 4270991.
HSL color Cylindrical-coordinate representation of color #8F2B41: hue angle of 346.8º 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 #8F2B41 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 65 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.44 |
| HSL | 346.8º | 0.54% | 0.36% | - |
| HSV(B) | 346.8º | 0.7% | 0.56% | - |
| XYZ | 13.15 | 7.95 | 5.84 | - |
| YUV | 75.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 65 | 0 | 0.70 | 0.55 | 0.44 | 346.8 | 0.54 | 0.36 |
| Hex | 8F | 2B | 41 | 0 | 46 | 37 | 2C | 15B | 36 | 24 |
| Octal | 217 | 53 | 101 | 0 | 106 | 67 | 54 | 533 | 66 | 44 |
| Binary | 10001111 | 101011 | 1000001 | 0 | 1000110 | 110111 | 101100 | 101011011 | 110110 | 100100 |
Color Harmonies of #8F2B41
Complementary color
Monochromatic Colors of #8F2B41
Black with #8F2B41
Text Example
Text Example
White with #8F2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B41; }
p { color: rgb(143,43,65); }
H1.HeaderClassName
{
color: #8F2B41;
}
.AnyTagClassName
{
color: #8F2B41;
}
</style>
background-color css
<style>
a { background-color: #8F2B41; }
a { background-color: rgb(143,43,65); }
div.DivClassName
{
background-color: #8F2B41;
}
.BgClassName
{
background-color: #8F2B41;
}
</style>
border-color css
<style>
span { border-color: #8F2B41; }
span { border-color: rgb(143,43,65); }
td.TdClassName
{
border-color: #8F2B41;
}
.TagClassName
{
border-color: #8F2B41;
}
</style>