Shades of Disco #8D2643
Tints of Disco #8D2643
RGB
CMYK
RGB Variations
Color information
#8D2643 (or 0x8D2643) is known color: Disco. HEX triplet: 8D, 26 and 43. RGB value is (141,38,67). Sum of RGB (Red+Green+Blue) = 141+38+67=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2643 is #72D9BC. Grayscale: #484848. Windows color (decimal): -7526845 or 4400781. OLE color: 4400781.
HSL color Cylindrical-coordinate representation of color #8D2643: hue angle of 343.11º 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 #8D2643 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 67 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.45 |
| HSL | 343.11º | 0.58% | 0.35% | - |
| HSV(B) | 343.11º | 0.73% | 0.55% | - |
| XYZ | 12.69 | 7.45 | 6.08 | - |
| YUV | 72.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 67 | 0 | 0.73 | 0.52 | 0.45 | 343.11 | 0.58 | 0.35 |
| Hex | 8D | 26 | 43 | 0 | 49 | 34 | 2D | 157 | 3A | 23 |
| Octal | 215 | 46 | 103 | 0 | 111 | 64 | 55 | 527 | 72 | 43 |
| Binary | 10001101 | 100110 | 1000011 | 0 | 1001001 | 110100 | 101101 | 101010111 | 111010 | 100011 |
Color Harmonies of #8D2643
Complementary color
Monochromatic Colors of #8D2643
Black with #8D2643
Text Example
Text Example
White with #8D2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2643; }
p { color: rgb(141,38,67); }
H1.HeaderClassName
{
color: #8D2643;
}
.AnyTagClassName
{
color: #8D2643;
}
</style>
background-color css
<style>
a { background-color: #8D2643; }
a { background-color: rgb(141,38,67); }
div.DivClassName
{
background-color: #8D2643;
}
.BgClassName
{
background-color: #8D2643;
}
</style>
border-color css
<style>
span { border-color: #8D2643; }
span { border-color: rgb(141,38,67); }
td.TdClassName
{
border-color: #8D2643;
}
.TagClassName
{
border-color: #8D2643;
}
</style>