Shades of Disco #8F2741
Tints of Disco #8F2741
RGB
CMYK
RGB Variations
Color information
#8F2741 (or 0x8F2741) is known color: Disco. HEX triplet: 8F, 27 and 41. RGB value is (143,39,65). Sum of RGB (Red+Green+Blue) = 143+39+65=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2741 is #70D8BE. Grayscale: #494949. Windows color (decimal): -7395519 or 4269967. OLE color: 4269967.
HSL color Cylindrical-coordinate representation of color #8F2741: hue angle of 345º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2741 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 65 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.44 |
| HSL | 345º | 0.57% | 0.36% | - |
| HSV(B) | 345º | 0.73% | 0.56% | - |
| XYZ | 13.01 | 7.67 | 5.8 | - |
| YUV | 73.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 65 | 0 | 0.73 | 0.55 | 0.44 | 345 | 0.57 | 0.36 |
| Hex | 8F | 27 | 41 | 0 | 49 | 37 | 2C | 159 | 39 | 24 |
| Octal | 217 | 47 | 101 | 0 | 111 | 67 | 54 | 531 | 71 | 44 |
| Binary | 10001111 | 100111 | 1000001 | 0 | 1001001 | 110111 | 101100 | 101011001 | 111001 | 100100 |
Color Harmonies of #8F2741
Complementary color
Monochromatic Colors of #8F2741
Black with #8F2741
Text Example
Text Example
White with #8F2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2741; }
p { color: rgb(143,39,65); }
H1.HeaderClassName
{
color: #8F2741;
}
.AnyTagClassName
{
color: #8F2741;
}
</style>
background-color css
<style>
a { background-color: #8F2741; }
a { background-color: rgb(143,39,65); }
div.DivClassName
{
background-color: #8F2741;
}
.BgClassName
{
background-color: #8F2741;
}
</style>
border-color css
<style>
span { border-color: #8F2741; }
span { border-color: rgb(143,39,65); }
td.TdClassName
{
border-color: #8F2741;
}
.TagClassName
{
border-color: #8F2741;
}
</style>