Shades of Disco #8C2945
Tints of Disco #8C2945
RGB
CMYK
RGB Variations
Color information
#8C2945 (or 0x8C2945) is known color: Disco. HEX triplet: 8C, 29 and 45. RGB value is (140,41,69). Sum of RGB (Red+Green+Blue) = 140+41+69=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2945 is #73D6BA. Grayscale: #494949. Windows color (decimal): -7591611 or 4532620. OLE color: 4532620.
HSL color Cylindrical-coordinate representation of color #8C2945: hue angle of 343.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2945 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 69 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.45 |
| HSL | 343.03º | 0.55% | 0.35% | - |
| HSV(B) | 343.03º | 0.71% | 0.55% | - |
| XYZ | 12.68 | 7.59 | 6.43 | - |
| YUV | 73.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 69 | 0 | 0.71 | 0.51 | 0.45 | 343.03 | 0.55 | 0.35 |
| Hex | 8C | 29 | 45 | 0 | 47 | 33 | 2D | 157 | 37 | 23 |
| Octal | 214 | 51 | 105 | 0 | 107 | 63 | 55 | 527 | 67 | 43 |
| Binary | 10001100 | 101001 | 1000101 | 0 | 1000111 | 110011 | 101101 | 101010111 | 110111 | 100011 |
Color Harmonies of #8C2945
Complementary color
Monochromatic Colors of #8C2945
Black with #8C2945
Text Example
Text Example
White with #8C2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2945; }
p { color: rgb(140,41,69); }
H1.HeaderClassName
{
color: #8C2945;
}
.AnyTagClassName
{
color: #8C2945;
}
</style>
background-color css
<style>
a { background-color: #8C2945; }
a { background-color: rgb(140,41,69); }
div.DivClassName
{
background-color: #8C2945;
}
.BgClassName
{
background-color: #8C2945;
}
</style>
border-color css
<style>
span { border-color: #8C2945; }
span { border-color: rgb(140,41,69); }
td.TdClassName
{
border-color: #8C2945;
}
.TagClassName
{
border-color: #8C2945;
}
</style>