Shades of Disco #8C3045
Tints of Disco #8C3045
RGB
CMYK
RGB Variations
Color information
#8C3045 (or 0x8C3045) is known color: Disco. HEX triplet: 8C, 30 and 45. RGB value is (140,48,69). Sum of RGB (Red+Green+Blue) = 140+48+69=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3045 is #73CFBA. Grayscale: #4D4D4D. Windows color (decimal): -7589819 or 4534412. OLE color: 4534412.
HSL color Cylindrical-coordinate representation of color #8C3045: hue angle of 346.3º 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 #8C3045 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 69 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.45 |
| HSL | 346.3º | 0.49% | 0.37% | - |
| HSV(B) | 346.3º | 0.66% | 0.55% | - |
| XYZ | 12.95 | 8.12 | 6.52 | - |
| YUV | 77.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 69 | 0 | 0.66 | 0.51 | 0.45 | 346.3 | 0.49 | 0.37 |
| Hex | 8C | 30 | 45 | 0 | 42 | 33 | 2D | 15A | 31 | 25 |
| Octal | 214 | 60 | 105 | 0 | 102 | 63 | 55 | 532 | 61 | 45 |
| Binary | 10001100 | 110000 | 1000101 | 0 | 1000010 | 110011 | 101101 | 101011010 | 110001 | 100101 |
Color Harmonies of #8C3045
Complementary color
Monochromatic Colors of #8C3045
Black with #8C3045
Text Example
Text Example
White with #8C3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3045; }
p { color: rgb(140,48,69); }
H1.HeaderClassName
{
color: #8C3045;
}
.AnyTagClassName
{
color: #8C3045;
}
</style>
background-color css
<style>
a { background-color: #8C3045; }
a { background-color: rgb(140,48,69); }
div.DivClassName
{
background-color: #8C3045;
}
.BgClassName
{
background-color: #8C3045;
}
</style>
border-color css
<style>
span { border-color: #8C3045; }
span { border-color: rgb(140,48,69); }
td.TdClassName
{
border-color: #8C3045;
}
.TagClassName
{
border-color: #8C3045;
}
</style>