Shades of Disco #8F364E
Tints of Disco #8F364E
RGB
CMYK
RGB Variations
Color information
#8F364E (or 0x8F364E) is known color: Disco. HEX triplet: 8F, 36 and 4E. RGB value is (143,54,78). Sum of RGB (Red+Green+Blue) = 143+54+78=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F364E is #70C9B1. Grayscale: #535353. Windows color (decimal): -7391666 or 5125775. OLE color: 5125775.
HSL color Cylindrical-coordinate representation of color #8F364E: hue angle of 343.82º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F364E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 78 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.44 |
| HSL | 343.82º | 0.45% | 0.39% | - |
| HSV(B) | 343.82º | 0.62% | 0.56% | - |
| XYZ | 14.02 | 9.03 | 8.21 | - |
| YUV | 83.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 78 | 0 | 0.62 | 0.45 | 0.44 | 343.82 | 0.45 | 0.39 |
| Hex | 8F | 36 | 4E | 0 | 3E | 2D | 2C | 158 | 2D | 27 |
| Octal | 217 | 66 | 116 | 0 | 76 | 55 | 54 | 530 | 55 | 47 |
| Binary | 10001111 | 110110 | 1001110 | 0 | 111110 | 101101 | 101100 | 101011000 | 101101 | 100111 |
Color Harmonies of #8F364E
Complementary color
Monochromatic Colors of #8F364E
Black with #8F364E
Text Example
Text Example
White with #8F364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F364E; }
p { color: rgb(143,54,78); }
H1.HeaderClassName
{
color: #8F364E;
}
.AnyTagClassName
{
color: #8F364E;
}
</style>
background-color css
<style>
a { background-color: #8F364E; }
a { background-color: rgb(143,54,78); }
div.DivClassName
{
background-color: #8F364E;
}
.BgClassName
{
background-color: #8F364E;
}
</style>
border-color css
<style>
span { border-color: #8F364E; }
span { border-color: rgb(143,54,78); }
td.TdClassName
{
border-color: #8F364E;
}
.TagClassName
{
border-color: #8F364E;
}
</style>