Shades of Disco #8F2D44
Tints of Disco #8F2D44
RGB
CMYK
RGB Variations
Color information
#8F2D44 (or 0x8F2D44) is known color: Disco. HEX triplet: 8F, 2D and 44. RGB value is (143,45,68). Sum of RGB (Red+Green+Blue) = 143+45+68=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D44 is #70D2BB. Grayscale: #4C4C4C. Windows color (decimal): -7393980 or 4468111. OLE color: 4468111.
HSL color Cylindrical-coordinate representation of color #8F2D44: hue angle of 345.92º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D44 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 68 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.44 |
| HSL | 345.92º | 0.52% | 0.37% | - |
| HSV(B) | 345.92º | 0.69% | 0.56% | - |
| XYZ | 13.31 | 8.13 | 6.34 | - |
| YUV | 76.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 68 | 0 | 0.69 | 0.52 | 0.44 | 345.92 | 0.52 | 0.37 |
| Hex | 8F | 2D | 44 | 0 | 45 | 34 | 2C | 15A | 34 | 25 |
| Octal | 217 | 55 | 104 | 0 | 105 | 64 | 54 | 532 | 64 | 45 |
| Binary | 10001111 | 101101 | 1000100 | 0 | 1000101 | 110100 | 101100 | 101011010 | 110100 | 100101 |
Color Harmonies of #8F2D44
Complementary color
Monochromatic Colors of #8F2D44
Black with #8F2D44
Text Example
Text Example
White with #8F2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D44; }
p { color: rgb(143,45,68); }
H1.HeaderClassName
{
color: #8F2D44;
}
.AnyTagClassName
{
color: #8F2D44;
}
</style>
background-color css
<style>
a { background-color: #8F2D44; }
a { background-color: rgb(143,45,68); }
div.DivClassName
{
background-color: #8F2D44;
}
.BgClassName
{
background-color: #8F2D44;
}
</style>
border-color css
<style>
span { border-color: #8F2D44; }
span { border-color: rgb(143,45,68); }
td.TdClassName
{
border-color: #8F2D44;
}
.TagClassName
{
border-color: #8F2D44;
}
</style>