Shades of Disco #8D2645
Tints of Disco #8D2645
RGB
CMYK
RGB Variations
Color information
#8D2645 (or 0x8D2645) is known color: Disco. HEX triplet: 8D, 26 and 45. RGB value is (141,38,69). Sum of RGB (Red+Green+Blue) = 141+38+69=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2645 is #72D9BA. Grayscale: #484848. Windows color (decimal): -7526843 or 4531853. OLE color: 4531853.
HSL color Cylindrical-coordinate representation of color #8D2645: hue angle of 341.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2645 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 69 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.45 |
| HSL | 341.94º | 0.58% | 0.35% | - |
| HSV(B) | 341.94º | 0.73% | 0.55% | - |
| XYZ | 12.75 | 7.48 | 6.4 | - |
| YUV | 72.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 69 | 0 | 0.73 | 0.51 | 0.45 | 341.94 | 0.58 | 0.35 |
| Hex | 8D | 26 | 45 | 0 | 49 | 33 | 2D | 156 | 3A | 23 |
| Octal | 215 | 46 | 105 | 0 | 111 | 63 | 55 | 526 | 72 | 43 |
| Binary | 10001101 | 100110 | 1000101 | 0 | 1001001 | 110011 | 101101 | 101010110 | 111010 | 100011 |
Color Harmonies of #8D2645
Complementary color
Monochromatic Colors of #8D2645
Black with #8D2645
Text Example
Text Example
White with #8D2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2645; }
p { color: rgb(141,38,69); }
H1.HeaderClassName
{
color: #8D2645;
}
.AnyTagClassName
{
color: #8D2645;
}
</style>
background-color css
<style>
a { background-color: #8D2645; }
a { background-color: rgb(141,38,69); }
div.DivClassName
{
background-color: #8D2645;
}
.BgClassName
{
background-color: #8D2645;
}
</style>
border-color css
<style>
span { border-color: #8D2645; }
span { border-color: rgb(141,38,69); }
td.TdClassName
{
border-color: #8D2645;
}
.TagClassName
{
border-color: #8D2645;
}
</style>