Shades of Disco #8F3651
Tints of Disco #8F3651
RGB
CMYK
RGB Variations
Color information
#8F3651 (or 0x8F3651) is known color: Disco. HEX triplet: 8F, 36 and 51. RGB value is (143,54,81). Sum of RGB (Red+Green+Blue) = 143+54+81=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3651 is #70C9AE. Grayscale: #535353. Windows color (decimal): -7391663 or 5322383. OLE color: 5322383.
HSL color Cylindrical-coordinate representation of color #8F3651: hue angle of 341.8º 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 #8F3651 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 81 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.44 |
| HSL | 341.8º | 0.45% | 0.39% | - |
| HSV(B) | 341.8º | 0.62% | 0.56% | - |
| XYZ | 14.13 | 9.07 | 8.79 | - |
| YUV | 83.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 81 | 0 | 0.62 | 0.43 | 0.44 | 341.8 | 0.45 | 0.39 |
| Hex | 8F | 36 | 51 | 0 | 3E | 2B | 2C | 156 | 2D | 27 |
| Octal | 217 | 66 | 121 | 0 | 76 | 53 | 54 | 526 | 55 | 47 |
| Binary | 10001111 | 110110 | 1010001 | 0 | 111110 | 101011 | 101100 | 101010110 | 101101 | 100111 |
Color Harmonies of #8F3651
Complementary color
Monochromatic Colors of #8F3651
Black with #8F3651
Text Example
Text Example
White with #8F3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3651; }
p { color: rgb(143,54,81); }
H1.HeaderClassName
{
color: #8F3651;
}
.AnyTagClassName
{
color: #8F3651;
}
</style>
background-color css
<style>
a { background-color: #8F3651; }
a { background-color: rgb(143,54,81); }
div.DivClassName
{
background-color: #8F3651;
}
.BgClassName
{
background-color: #8F3651;
}
</style>
border-color css
<style>
span { border-color: #8F3651; }
span { border-color: rgb(143,54,81); }
td.TdClassName
{
border-color: #8F3651;
}
.TagClassName
{
border-color: #8F3651;
}
</style>