Shades of Disco #8F0E3F
Tints of Disco #8F0E3F
RGB
CMYK
RGB Variations
Color information
#8F0E3F (or 0x8F0E3F) is known color: Disco. HEX triplet: 8F, 0E and 3F. RGB value is (143,14,63). Sum of RGB (Red+Green+Blue) = 143+14+63=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E3F is #70F1C0. Grayscale: #3A3A3A. Windows color (decimal): -7401921 or 4132495. OLE color: 4132495.
HSL color Cylindrical-coordinate representation of color #8F0E3F: hue angle of 337.21º degrees, saturation: 0.82, 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 #8F0E3F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 63 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.44 |
| HSL | 337.21º | 0.82% | 0.31% | - |
| HSV(B) | 337.21º | 0.9% | 0.56% | - |
| XYZ | 12.38 | 6.51 | 5.31 | - |
| YUV | 58.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 63 | 0 | 0.90 | 0.56 | 0.44 | 337.21 | 0.82 | 0.31 |
| Hex | 8F | E | 3F | 0 | 5A | 38 | 2C | 151 | 52 | 1F |
| Octal | 217 | 16 | 77 | 0 | 132 | 70 | 54 | 521 | 122 | 37 |
| Binary | 10001111 | 1110 | 111111 | 0 | 1011010 | 111000 | 101100 | 101010001 | 1010010 | 11111 |
Color Harmonies of #8F0E3F
Complementary color
Monochromatic Colors of #8F0E3F
Black with #8F0E3F
Text Example
Text Example
White with #8F0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E3F; }
p { color: rgb(143,14,63); }
H1.HeaderClassName
{
color: #8F0E3F;
}
.AnyTagClassName
{
color: #8F0E3F;
}
</style>
background-color css
<style>
a { background-color: #8F0E3F; }
a { background-color: rgb(143,14,63); }
div.DivClassName
{
background-color: #8F0E3F;
}
.BgClassName
{
background-color: #8F0E3F;
}
</style>
border-color css
<style>
span { border-color: #8F0E3F; }
span { border-color: rgb(143,14,63); }
td.TdClassName
{
border-color: #8F0E3F;
}
.TagClassName
{
border-color: #8F0E3F;
}
</style>