Shades of Disco #8D2F44
Tints of Disco #8D2F44
RGB
CMYK
RGB Variations
Color information
#8D2F44 (or 0x8D2F44) is known color: Disco. HEX triplet: 8D, 2F and 44. RGB value is (141,47,68). Sum of RGB (Red+Green+Blue) = 141+47+68=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F44 is #72D0BB. Grayscale: #4D4D4D. Windows color (decimal): -7524540 or 4468621. OLE color: 4468621.
HSL color Cylindrical-coordinate representation of color #8D2F44: hue angle of 346.6º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F44 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 68 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.45 |
| HSL | 346.6º | 0.5% | 0.37% | - |
| HSV(B) | 346.6º | 0.67% | 0.55% | - |
| XYZ | 13.04 | 8.11 | 6.35 | - |
| YUV | 77.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 68 | 0 | 0.67 | 0.52 | 0.45 | 346.6 | 0.5 | 0.37 |
| Hex | 8D | 2F | 44 | 0 | 43 | 34 | 2D | 15B | 32 | 25 |
| Octal | 215 | 57 | 104 | 0 | 103 | 64 | 55 | 533 | 62 | 45 |
| Binary | 10001101 | 101111 | 1000100 | 0 | 1000011 | 110100 | 101101 | 101011011 | 110010 | 100101 |
Color Harmonies of #8D2F44
Complementary color
Monochromatic Colors of #8D2F44
Black with #8D2F44
Text Example
Text Example
White with #8D2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F44; }
p { color: rgb(141,47,68); }
H1.HeaderClassName
{
color: #8D2F44;
}
.AnyTagClassName
{
color: #8D2F44;
}
</style>
background-color css
<style>
a { background-color: #8D2F44; }
a { background-color: rgb(141,47,68); }
div.DivClassName
{
background-color: #8D2F44;
}
.BgClassName
{
background-color: #8D2F44;
}
</style>
border-color css
<style>
span { border-color: #8D2F44; }
span { border-color: rgb(141,47,68); }
td.TdClassName
{
border-color: #8D2F44;
}
.TagClassName
{
border-color: #8D2F44;
}
</style>