Shades of Disco #8F314A
Tints of Disco #8F314A
RGB
CMYK
RGB Variations
Color information
#8F314A (or 0x8F314A) is known color: Disco. HEX triplet: 8F, 31 and 4A. RGB value is (143,49,74). Sum of RGB (Red+Green+Blue) = 143+49+74=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F314A is #70CEB5. Grayscale: #4F4F4F. Windows color (decimal): -7392950 or 4862351. OLE color: 4862351.
HSL color Cylindrical-coordinate representation of color #8F314A: hue angle of 344.04º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F314A is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 74 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.44 |
| HSL | 344.04º | 0.49% | 0.38% | - |
| HSV(B) | 344.04º | 0.66% | 0.56% | - |
| XYZ | 13.66 | 8.53 | 7.41 | - |
| YUV | 79.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 74 | 0 | 0.66 | 0.48 | 0.44 | 344.04 | 0.49 | 0.38 |
| Hex | 8F | 31 | 4A | 0 | 42 | 30 | 2C | 158 | 31 | 26 |
| Octal | 217 | 61 | 112 | 0 | 102 | 60 | 54 | 530 | 61 | 46 |
| Binary | 10001111 | 110001 | 1001010 | 0 | 1000010 | 110000 | 101100 | 101011000 | 110001 | 100110 |
Color Harmonies of #8F314A
Complementary color
Monochromatic Colors of #8F314A
Black with #8F314A
Text Example
Text Example
White with #8F314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F314A; }
p { color: rgb(143,49,74); }
H1.HeaderClassName
{
color: #8F314A;
}
.AnyTagClassName
{
color: #8F314A;
}
</style>
background-color css
<style>
a { background-color: #8F314A; }
a { background-color: rgb(143,49,74); }
div.DivClassName
{
background-color: #8F314A;
}
.BgClassName
{
background-color: #8F314A;
}
</style>
border-color css
<style>
span { border-color: #8F314A; }
span { border-color: rgb(143,49,74); }
td.TdClassName
{
border-color: #8F314A;
}
.TagClassName
{
border-color: #8F314A;
}
</style>