Shades of Disco #8D1345
Tints of Disco #8D1345
RGB
CMYK
RGB Variations
Color information
#8D1345 (or 0x8D1345) is known color: Disco. HEX triplet: 8D, 13 and 45. RGB value is (141,19,69). Sum of RGB (Red+Green+Blue) = 141+19+69=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1345 is #72ECBA. Grayscale: #3D3D3D. Windows color (decimal): -7531707 or 4526989. OLE color: 4526989.
HSL color Cylindrical-coordinate representation of color #8D1345: hue angle of 335.41º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1345 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 69 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.45 |
| HSL | 335.41º | 0.76% | 0.31% | - |
| HSV(B) | 335.41º | 0.87% | 0.55% | - |
| XYZ | 12.29 | 6.56 | 6.25 | - |
| YUV | 61.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 69 | 0 | 0.87 | 0.51 | 0.45 | 335.41 | 0.76 | 0.31 |
| Hex | 8D | 13 | 45 | 0 | 57 | 33 | 2D | 14F | 4C | 1F |
| Octal | 215 | 23 | 105 | 0 | 127 | 63 | 55 | 517 | 114 | 37 |
| Binary | 10001101 | 10011 | 1000101 | 0 | 1010111 | 110011 | 101101 | 101001111 | 1001100 | 11111 |
Color Harmonies of #8D1345
Complementary color
Monochromatic Colors of #8D1345
Black with #8D1345
Text Example
Text Example
White with #8D1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1345; }
p { color: rgb(141,19,69); }
H1.HeaderClassName
{
color: #8D1345;
}
.AnyTagClassName
{
color: #8D1345;
}
</style>
background-color css
<style>
a { background-color: #8D1345; }
a { background-color: rgb(141,19,69); }
div.DivClassName
{
background-color: #8D1345;
}
.BgClassName
{
background-color: #8D1345;
}
</style>
border-color css
<style>
span { border-color: #8D1345; }
span { border-color: rgb(141,19,69); }
td.TdClassName
{
border-color: #8D1345;
}
.TagClassName
{
border-color: #8D1345;
}
</style>