Shades of Disco #8F3853
Tints of Disco #8F3853
RGB
CMYK
RGB Variations
Color information
#8F3853 (or 0x8F3853) is known color: Disco. HEX triplet: 8F, 38 and 53. RGB value is (143,56,83). Sum of RGB (Red+Green+Blue) = 143+56+83=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3853 is #70C7AC. Grayscale: #555555. Windows color (decimal): -7391149 or 5453967. OLE color: 5453967.
HSL color Cylindrical-coordinate representation of color #8F3853: hue angle of 341.38º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3853 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 83 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.44 |
| HSL | 341.38º | 0.44% | 0.39% | - |
| HSV(B) | 341.38º | 0.61% | 0.56% | - |
| XYZ | 14.3 | 9.29 | 9.22 | - |
| YUV | 85.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 83 | 0 | 0.61 | 0.42 | 0.44 | 341.38 | 0.44 | 0.39 |
| Hex | 8F | 38 | 53 | 0 | 3D | 2A | 2C | 155 | 2C | 27 |
| Octal | 217 | 70 | 123 | 0 | 75 | 52 | 54 | 525 | 54 | 47 |
| Binary | 10001111 | 111000 | 1010011 | 0 | 111101 | 101010 | 101100 | 101010101 | 101100 | 100111 |
Color Harmonies of #8F3853
Complementary color
Monochromatic Colors of #8F3853
Black with #8F3853
Text Example
Text Example
White with #8F3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3853; }
p { color: rgb(143,56,83); }
H1.HeaderClassName
{
color: #8F3853;
}
.AnyTagClassName
{
color: #8F3853;
}
</style>
background-color css
<style>
a { background-color: #8F3853; }
a { background-color: rgb(143,56,83); }
div.DivClassName
{
background-color: #8F3853;
}
.BgClassName
{
background-color: #8F3853;
}
</style>
border-color css
<style>
span { border-color: #8F3853; }
span { border-color: rgb(143,56,83); }
td.TdClassName
{
border-color: #8F3853;
}
.TagClassName
{
border-color: #8F3853;
}
</style>