Shades of Disco #8F0F43
Tints of Disco #8F0F43
RGB
CMYK
RGB Variations
Color information
#8F0F43 (or 0x8F0F43) is known color: Disco. HEX triplet: 8F, 0F and 43. RGB value is (143,15,67). Sum of RGB (Red+Green+Blue) = 143+15+67=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0F43 is #70F0BC. Grayscale: #3B3B3B. Windows color (decimal): -7401661 or 4394895. OLE color: 4394895.
HSL color Cylindrical-coordinate representation of color #8F0F43: hue angle of 335.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F43 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 67 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.44 |
| HSL | 335.63º | 0.81% | 0.31% | - |
| HSV(B) | 335.63º | 0.9% | 0.56% | - |
| XYZ | 12.51 | 6.59 | 5.92 | - |
| YUV | 59.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 67 | 0 | 0.90 | 0.53 | 0.44 | 335.63 | 0.81 | 0.31 |
| Hex | 8F | F | 43 | 0 | 5A | 35 | 2C | 150 | 51 | 1F |
| Octal | 217 | 17 | 103 | 0 | 132 | 65 | 54 | 520 | 121 | 37 |
| Binary | 10001111 | 1111 | 1000011 | 0 | 1011010 | 110101 | 101100 | 101010000 | 1010001 | 11111 |
Color Harmonies of #8F0F43
Complementary color
Monochromatic Colors of #8F0F43
Black with #8F0F43
Text Example
Text Example
White with #8F0F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F43; }
p { color: rgb(143,15,67); }
H1.HeaderClassName
{
color: #8F0F43;
}
.AnyTagClassName
{
color: #8F0F43;
}
</style>
background-color css
<style>
a { background-color: #8F0F43; }
a { background-color: rgb(143,15,67); }
div.DivClassName
{
background-color: #8F0F43;
}
.BgClassName
{
background-color: #8F0F43;
}
</style>
border-color css
<style>
span { border-color: #8F0F43; }
span { border-color: rgb(143,15,67); }
td.TdClassName
{
border-color: #8F0F43;
}
.TagClassName
{
border-color: #8F0F43;
}
</style>