Shades of Disco #8F113F
Tints of Disco #8F113F
RGB
CMYK
RGB Variations
Color information
#8F113F (or 0x8F113F) is known color: Disco. HEX triplet: 8F, 11 and 3F. RGB value is (143,17,63). Sum of RGB (Red+Green+Blue) = 143+17+63=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F113F is #70EEC0. Grayscale: #3B3B3B. Windows color (decimal): -7401153 or 4133263. OLE color: 4133263.
HSL color Cylindrical-coordinate representation of color #8F113F: hue angle of 338.1º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F113F is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 63 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.44 |
| HSL | 338.1º | 0.79% | 0.31% | - |
| HSV(B) | 338.1º | 0.88% | 0.56% | - |
| XYZ | 12.43 | 6.6 | 5.32 | - |
| YUV | 59.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 63 | 0 | 0.88 | 0.56 | 0.44 | 338.1 | 0.79 | 0.31 |
| Hex | 8F | 11 | 3F | 0 | 58 | 38 | 2C | 152 | 4F | 1F |
| Octal | 217 | 21 | 77 | 0 | 130 | 70 | 54 | 522 | 117 | 37 |
| Binary | 10001111 | 10001 | 111111 | 0 | 1011000 | 111000 | 101100 | 101010010 | 1001111 | 11111 |
Color Harmonies of #8F113F
Complementary color
Monochromatic Colors of #8F113F
Black with #8F113F
Text Example
Text Example
White with #8F113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F113F; }
p { color: rgb(143,17,63); }
H1.HeaderClassName
{
color: #8F113F;
}
.AnyTagClassName
{
color: #8F113F;
}
</style>
background-color css
<style>
a { background-color: #8F113F; }
a { background-color: rgb(143,17,63); }
div.DivClassName
{
background-color: #8F113F;
}
.BgClassName
{
background-color: #8F113F;
}
</style>
border-color css
<style>
span { border-color: #8F113F; }
span { border-color: rgb(143,17,63); }
td.TdClassName
{
border-color: #8F113F;
}
.TagClassName
{
border-color: #8F113F;
}
</style>