Shades of Cadillac #8D4559
Tints of Cadillac #8D4559
RGB
CMYK
RGB Variations
Color information
#8D4559 (or 0x8D4559) is known color: Cadillac. HEX triplet: 8D, 45 and 59. RGB value is (141,69,89). Sum of RGB (Red+Green+Blue) = 141+69+89=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4559 is #72BAA6. Grayscale: #5C5C5C. Windows color (decimal): -7518887 or 5850509. OLE color: 5850509.
HSL color Cylindrical-coordinate representation of color #8D4559: hue angle of 343.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4559 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 89 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.45 |
| HSL | 343.33º | 0.34% | 0.41% | - |
| HSV(B) | 343.33º | 0.51% | 0.55% | - |
| XYZ | 14.92 | 10.64 | 10.72 | - |
| YUV | 92.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 89 | 0 | 0.51 | 0.37 | 0.45 | 343.33 | 0.34 | 0.41 |
| Hex | 8D | 45 | 59 | 0 | 33 | 25 | 2D | 157 | 22 | 29 |
| Octal | 215 | 105 | 131 | 0 | 63 | 45 | 55 | 527 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1011001 | 0 | 110011 | 100101 | 101101 | 101010111 | 100010 | 101001 |
Color Harmonies of #8D4559
Complementary color
Monochromatic Colors of #8D4559
Black with #8D4559
Text Example
Text Example
White with #8D4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4559; }
p { color: rgb(141,69,89); }
H1.HeaderClassName
{
color: #8D4559;
}
.AnyTagClassName
{
color: #8D4559;
}
</style>
background-color css
<style>
a { background-color: #8D4559; }
a { background-color: rgb(141,69,89); }
div.DivClassName
{
background-color: #8D4559;
}
.BgClassName
{
background-color: #8D4559;
}
</style>
border-color css
<style>
span { border-color: #8D4559; }
span { border-color: rgb(141,69,89); }
td.TdClassName
{
border-color: #8D4559;
}
.TagClassName
{
border-color: #8D4559;
}
</style>