Shades of Disco #8C2345
Tints of Disco #8C2345
RGB
CMYK
RGB Variations
Color information
#8C2345 (or 0x8C2345) is known color: Disco. HEX triplet: 8C, 23 and 45. RGB value is (140,35,69). Sum of RGB (Red+Green+Blue) = 140+35+69=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2345 is #73DCBA. Grayscale: #464646. Windows color (decimal): -7593147 or 4531084. OLE color: 4531084.
HSL color Cylindrical-coordinate representation of color #8C2345: hue angle of 340.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2345 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 69 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.45 |
| HSL | 340.57º | 0.6% | 0.34% | - |
| HSV(B) | 340.57º | 0.75% | 0.55% | - |
| XYZ | 12.49 | 7.21 | 6.36 | - |
| YUV | 70.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 69 | 0 | 0.75 | 0.51 | 0.45 | 340.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 45 | 0 | 4B | 33 | 2D | 155 | 3C | 22 |
| Octal | 214 | 43 | 105 | 0 | 113 | 63 | 55 | 525 | 74 | 42 |
| Binary | 10001100 | 100011 | 1000101 | 0 | 1001011 | 110011 | 101101 | 101010101 | 111100 | 100010 |
Color Harmonies of #8C2345
Complementary color
Monochromatic Colors of #8C2345
Black with #8C2345
Text Example
Text Example
White with #8C2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2345; }
p { color: rgb(140,35,69); }
H1.HeaderClassName
{
color: #8C2345;
}
.AnyTagClassName
{
color: #8C2345;
}
</style>
background-color css
<style>
a { background-color: #8C2345; }
a { background-color: rgb(140,35,69); }
div.DivClassName
{
background-color: #8C2345;
}
.BgClassName
{
background-color: #8C2345;
}
</style>
border-color css
<style>
span { border-color: #8C2345; }
span { border-color: rgb(140,35,69); }
td.TdClassName
{
border-color: #8C2345;
}
.TagClassName
{
border-color: #8C2345;
}
</style>