Shades of Disco #8D254A
Tints of Disco #8D254A
RGB
CMYK
RGB Variations
Color information
#8D254A (or 0x8D254A) is known color: Disco. HEX triplet: 8D, 25 and 4A. RGB value is (141,37,74). Sum of RGB (Red+Green+Blue) = 141+37+74=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D254A is #72DAB5. Grayscale: #484848. Windows color (decimal): -7527094 or 4859277. OLE color: 4859277.
HSL color Cylindrical-coordinate representation of color #8D254A: hue angle of 338.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D254A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 74 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.45 |
| HSL | 338.65º | 0.58% | 0.35% | - |
| HSV(B) | 338.65º | 0.74% | 0.55% | - |
| XYZ | 12.88 | 7.48 | 7.24 | - |
| YUV | 72.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 74 | 0 | 0.74 | 0.48 | 0.45 | 338.65 | 0.58 | 0.35 |
| Hex | 8D | 25 | 4A | 0 | 4A | 30 | 2D | 153 | 3A | 23 |
| Octal | 215 | 45 | 112 | 0 | 112 | 60 | 55 | 523 | 72 | 43 |
| Binary | 10001101 | 100101 | 1001010 | 0 | 1001010 | 110000 | 101101 | 101010011 | 111010 | 100011 |
Color Harmonies of #8D254A
Complementary color
Monochromatic Colors of #8D254A
Black with #8D254A
Text Example
Text Example
White with #8D254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D254A; }
p { color: rgb(141,37,74); }
H1.HeaderClassName
{
color: #8D254A;
}
.AnyTagClassName
{
color: #8D254A;
}
</style>
background-color css
<style>
a { background-color: #8D254A; }
a { background-color: rgb(141,37,74); }
div.DivClassName
{
background-color: #8D254A;
}
.BgClassName
{
background-color: #8D254A;
}
</style>
border-color css
<style>
span { border-color: #8D254A; }
span { border-color: rgb(141,37,74); }
td.TdClassName
{
border-color: #8D254A;
}
.TagClassName
{
border-color: #8D254A;
}
</style>