Shades of Cadillac #8D4159
Tints of Cadillac #8D4159
RGB
CMYK
RGB Variations
Color information
#8D4159 (or 0x8D4159) is known color: Cadillac. HEX triplet: 8D, 41 and 59. RGB value is (141,65,89). Sum of RGB (Red+Green+Blue) = 141+65+89=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4159 is #72BEA6. Grayscale: #5A5A5A. Windows color (decimal): -7519911 or 5849485. OLE color: 5849485.
HSL color Cylindrical-coordinate representation of color #8D4159: hue angle of 341.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4159 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 89 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.45 |
| HSL | 341.05º | 0.37% | 0.4% | - |
| HSV(B) | 341.05º | 0.54% | 0.55% | - |
| XYZ | 14.68 | 10.16 | 10.64 | - |
| YUV | 90.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 89 | 0 | 0.54 | 0.37 | 0.45 | 341.05 | 0.37 | 0.4 |
| Hex | 8D | 41 | 59 | 0 | 36 | 25 | 2D | 155 | 25 | 28 |
| Octal | 215 | 101 | 131 | 0 | 66 | 45 | 55 | 525 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1011001 | 0 | 110110 | 100101 | 101101 | 101010101 | 100101 | 101000 |
Color Harmonies of #8D4159
Complementary color
Monochromatic Colors of #8D4159
Black with #8D4159
Text Example
Text Example
White with #8D4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4159; }
p { color: rgb(141,65,89); }
H1.HeaderClassName
{
color: #8D4159;
}
.AnyTagClassName
{
color: #8D4159;
}
</style>
background-color css
<style>
a { background-color: #8D4159; }
a { background-color: rgb(141,65,89); }
div.DivClassName
{
background-color: #8D4159;
}
.BgClassName
{
background-color: #8D4159;
}
</style>
border-color css
<style>
span { border-color: #8D4159; }
span { border-color: rgb(141,65,89); }
td.TdClassName
{
border-color: #8D4159;
}
.TagClassName
{
border-color: #8D4159;
}
</style>