Shades of Disco #8C304A
Tints of Disco #8C304A
RGB
CMYK
RGB Variations
Color information
#8C304A (or 0x8C304A) is known color: Disco. HEX triplet: 8C, 30 and 4A. RGB value is (140,48,74). Sum of RGB (Red+Green+Blue) = 140+48+74=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C304A is #73CFB5. Grayscale: #4E4E4E. Windows color (decimal): -7589814 or 4862092. OLE color: 4862092.
HSL color Cylindrical-coordinate representation of color #8C304A: hue angle of 343.04º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C304A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 74 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.45 |
| HSL | 343.04º | 0.49% | 0.37% | - |
| HSV(B) | 343.04º | 0.66% | 0.55% | - |
| XYZ | 13.11 | 8.18 | 7.37 | - |
| YUV | 78.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 74 | 0 | 0.66 | 0.47 | 0.45 | 343.04 | 0.49 | 0.37 |
| Hex | 8C | 30 | 4A | 0 | 42 | 2F | 2D | 157 | 31 | 25 |
| Octal | 214 | 60 | 112 | 0 | 102 | 57 | 55 | 527 | 61 | 45 |
| Binary | 10001100 | 110000 | 1001010 | 0 | 1000010 | 101111 | 101101 | 101010111 | 110001 | 100101 |
Color Harmonies of #8C304A
Complementary color
Monochromatic Colors of #8C304A
Black with #8C304A
Text Example
Text Example
White with #8C304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C304A; }
p { color: rgb(140,48,74); }
H1.HeaderClassName
{
color: #8C304A;
}
.AnyTagClassName
{
color: #8C304A;
}
</style>
background-color css
<style>
a { background-color: #8C304A; }
a { background-color: rgb(140,48,74); }
div.DivClassName
{
background-color: #8C304A;
}
.BgClassName
{
background-color: #8C304A;
}
</style>
border-color css
<style>
span { border-color: #8C304A; }
span { border-color: rgb(140,48,74); }
td.TdClassName
{
border-color: #8C304A;
}
.TagClassName
{
border-color: #8C304A;
}
</style>