Shades of Disco #8C2648
Tints of Disco #8C2648
RGB
CMYK
RGB Variations
Color information
#8C2648 (or 0x8C2648) is known color: Disco. HEX triplet: 8C, 26 and 48. RGB value is (140,38,72). Sum of RGB (Red+Green+Blue) = 140+38+72=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2648 is #73D9B7. Grayscale: #484848. Windows color (decimal): -7592376 or 4728460. OLE color: 4728460.
HSL color Cylindrical-coordinate representation of color #8C2648: hue angle of 340º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2648 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 72 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.45 |
| HSL | 340º | 0.57% | 0.35% | - |
| HSV(B) | 340º | 0.73% | 0.55% | - |
| XYZ | 12.68 | 7.43 | 6.9 | - |
| YUV | 72.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 72 | 0 | 0.73 | 0.49 | 0.45 | 340 | 0.57 | 0.35 |
| Hex | 8C | 26 | 48 | 0 | 49 | 31 | 2D | 154 | 39 | 23 |
| Octal | 214 | 46 | 110 | 0 | 111 | 61 | 55 | 524 | 71 | 43 |
| Binary | 10001100 | 100110 | 1001000 | 0 | 1001001 | 110001 | 101101 | 101010100 | 111001 | 100011 |
Color Harmonies of #8C2648
Complementary color
Monochromatic Colors of #8C2648
Black with #8C2648
Text Example
Text Example
White with #8C2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2648; }
p { color: rgb(140,38,72); }
H1.HeaderClassName
{
color: #8C2648;
}
.AnyTagClassName
{
color: #8C2648;
}
</style>
background-color css
<style>
a { background-color: #8C2648; }
a { background-color: rgb(140,38,72); }
div.DivClassName
{
background-color: #8C2648;
}
.BgClassName
{
background-color: #8C2648;
}
</style>
border-color css
<style>
span { border-color: #8C2648; }
span { border-color: rgb(140,38,72); }
td.TdClassName
{
border-color: #8C2648;
}
.TagClassName
{
border-color: #8C2648;
}
</style>