Shades of Disco #8C3451
Tints of Disco #8C3451
RGB
CMYK
RGB Variations
Color information
#8C3451 (or 0x8C3451) is known color: Disco. HEX triplet: 8C, 34 and 51. RGB value is (140,52,81). Sum of RGB (Red+Green+Blue) = 140+52+81=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3451 is #73CBAE. Grayscale: #515151. Windows color (decimal): -7588783 or 5321868. OLE color: 5321868.
HSL color Cylindrical-coordinate representation of color #8C3451: hue angle of 340.23º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3451 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 81 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.45 |
| HSL | 340.23º | 0.46% | 0.38% | - |
| HSV(B) | 340.23º | 0.63% | 0.55% | - |
| XYZ | 13.53 | 8.63 | 8.74 | - |
| YUV | 81.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 81 | 0 | 0.63 | 0.42 | 0.45 | 340.23 | 0.46 | 0.38 |
| Hex | 8C | 34 | 51 | 0 | 3F | 2A | 2D | 154 | 2E | 26 |
| Octal | 214 | 64 | 121 | 0 | 77 | 52 | 55 | 524 | 56 | 46 |
| Binary | 10001100 | 110100 | 1010001 | 0 | 111111 | 101010 | 101101 | 101010100 | 101110 | 100110 |
Color Harmonies of #8C3451
Complementary color
Monochromatic Colors of #8C3451
Black with #8C3451
Text Example
Text Example
White with #8C3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3451; }
p { color: rgb(140,52,81); }
H1.HeaderClassName
{
color: #8C3451;
}
.AnyTagClassName
{
color: #8C3451;
}
</style>
background-color css
<style>
a { background-color: #8C3451; }
a { background-color: rgb(140,52,81); }
div.DivClassName
{
background-color: #8C3451;
}
.BgClassName
{
background-color: #8C3451;
}
</style>
border-color css
<style>
span { border-color: #8C3451; }
span { border-color: rgb(140,52,81); }
td.TdClassName
{
border-color: #8C3451;
}
.TagClassName
{
border-color: #8C3451;
}
</style>