Shades of Disco #8D314B
Tints of Disco #8D314B
RGB
CMYK
RGB Variations
Color information
#8D314B (or 0x8D314B) is known color: Disco. HEX triplet: 8D, 31 and 4B. RGB value is (141,49,75). Sum of RGB (Red+Green+Blue) = 141+49+75=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D314B is #72CEB4. Grayscale: #4F4F4F. Windows color (decimal): -7524021 or 4927885. OLE color: 4927885.
HSL color Cylindrical-coordinate representation of color #8D314B: hue angle of 343.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D314B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 49 | 75 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.45 |
| HSL | 343.04º | 0.48% | 0.37% | - |
| HSV(B) | 343.04º | 0.65% | 0.55% | - |
| XYZ | 13.35 | 8.37 | 7.57 | - |
| YUV | 79.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 75 | 0 | 0.65 | 0.47 | 0.45 | 343.04 | 0.48 | 0.37 |
| Hex | 8D | 31 | 4B | 0 | 41 | 2F | 2D | 157 | 30 | 25 |
| Octal | 215 | 61 | 113 | 0 | 101 | 57 | 55 | 527 | 60 | 45 |
| Binary | 10001101 | 110001 | 1001011 | 0 | 1000001 | 101111 | 101101 | 101010111 | 110000 | 100101 |
Color Harmonies of #8D314B
Complementary color
Monochromatic Colors of #8D314B
Black with #8D314B
Text Example
Text Example
White with #8D314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D314B; }
p { color: rgb(141,49,75); }
H1.HeaderClassName
{
color: #8D314B;
}
.AnyTagClassName
{
color: #8D314B;
}
</style>
background-color css
<style>
a { background-color: #8D314B; }
a { background-color: rgb(141,49,75); }
div.DivClassName
{
background-color: #8D314B;
}
.BgClassName
{
background-color: #8D314B;
}
</style>
border-color css
<style>
span { border-color: #8D314B; }
span { border-color: rgb(141,49,75); }
td.TdClassName
{
border-color: #8D314B;
}
.TagClassName
{
border-color: #8D314B;
}
</style>