Shades of Disco #8F174B
Tints of Disco #8F174B
RGB
CMYK
RGB Variations
Color information
#8F174B (or 0x8F174B) is known color: Disco. HEX triplet: 8F, 17 and 4B. RGB value is (143,23,75). Sum of RGB (Red+Green+Blue) = 143+23+75=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F174B is #70E8B4. Grayscale: #404040. Windows color (decimal): -7399605 or 4921231. OLE color: 4921231.
HSL color Cylindrical-coordinate representation of color #8F174B: hue angle of 334º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F174B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 75 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.44 |
| HSL | 334º | 0.72% | 0.33% | - |
| HSV(B) | 334º | 0.84% | 0.56% | - |
| XYZ | 12.9 | 6.96 | 7.32 | - |
| YUV | 64.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 75 | 0 | 0.84 | 0.48 | 0.44 | 334 | 0.72 | 0.33 |
| Hex | 8F | 17 | 4B | 0 | 54 | 30 | 2C | 14E | 48 | 21 |
| Octal | 217 | 27 | 113 | 0 | 124 | 60 | 54 | 516 | 110 | 41 |
| Binary | 10001111 | 10111 | 1001011 | 0 | 1010100 | 110000 | 101100 | 101001110 | 1001000 | 100001 |
Color Harmonies of #8F174B
Complementary color
Monochromatic Colors of #8F174B
Black with #8F174B
Text Example
Text Example
White with #8F174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F174B; }
p { color: rgb(143,23,75); }
H1.HeaderClassName
{
color: #8F174B;
}
.AnyTagClassName
{
color: #8F174B;
}
</style>
background-color css
<style>
a { background-color: #8F174B; }
a { background-color: rgb(143,23,75); }
div.DivClassName
{
background-color: #8F174B;
}
.BgClassName
{
background-color: #8F174B;
}
</style>
border-color css
<style>
span { border-color: #8F174B; }
span { border-color: rgb(143,23,75); }
td.TdClassName
{
border-color: #8F174B;
}
.TagClassName
{
border-color: #8F174B;
}
</style>