Shades of Disco #8D2743
Tints of Disco #8D2743
RGB
CMYK
RGB Variations
Color information
#8D2743 (or 0x8D2743) is known color: Disco. HEX triplet: 8D, 27 and 43. RGB value is (141,39,67). Sum of RGB (Red+Green+Blue) = 141+39+67=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2743 is #72D8BC. Grayscale: #484848. Windows color (decimal): -7526589 or 4401037. OLE color: 4401037.
HSL color Cylindrical-coordinate representation of color #8D2743: hue angle of 343.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2743 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 67 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.45 |
| HSL | 343.53º | 0.57% | 0.35% | - |
| HSV(B) | 343.53º | 0.72% | 0.55% | - |
| XYZ | 12.72 | 7.52 | 6.09 | - |
| YUV | 72.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 67 | 0 | 0.72 | 0.52 | 0.45 | 343.53 | 0.57 | 0.35 |
| Hex | 8D | 27 | 43 | 0 | 48 | 34 | 2D | 158 | 39 | 23 |
| Octal | 215 | 47 | 103 | 0 | 110 | 64 | 55 | 530 | 71 | 43 |
| Binary | 10001101 | 100111 | 1000011 | 0 | 1001000 | 110100 | 101101 | 101011000 | 111001 | 100011 |
Color Harmonies of #8D2743
Complementary color
Monochromatic Colors of #8D2743
Black with #8D2743
Text Example
Text Example
White with #8D2743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2743; }
p { color: rgb(141,39,67); }
H1.HeaderClassName
{
color: #8D2743;
}
.AnyTagClassName
{
color: #8D2743;
}
</style>
background-color css
<style>
a { background-color: #8D2743; }
a { background-color: rgb(141,39,67); }
div.DivClassName
{
background-color: #8D2743;
}
.BgClassName
{
background-color: #8D2743;
}
</style>
border-color css
<style>
span { border-color: #8D2743; }
span { border-color: rgb(141,39,67); }
td.TdClassName
{
border-color: #8D2743;
}
.TagClassName
{
border-color: #8D2743;
}
</style>