Shades of Cadillac #8D4562
Tints of Cadillac #8D4562
RGB
CMYK
RGB Variations
Color information
#8D4562 (or 0x8D4562) is known color: Cadillac. HEX triplet: 8D, 45 and 62. RGB value is (141,69,98). Sum of RGB (Red+Green+Blue) = 141+69+98=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4562 is #72BA9D. Grayscale: #5D5D5D. Windows color (decimal): -7518878 or 6440333. OLE color: 6440333.
HSL color Cylindrical-coordinate representation of color #8D4562: hue angle of 335.83º 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 #8D4562 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 98 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.45 |
| HSL | 335.83º | 0.34% | 0.41% | - |
| HSV(B) | 335.83º | 0.51% | 0.55% | - |
| XYZ | 15.32 | 10.8 | 12.83 | - |
| YUV | 93.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 98 | 0 | 0.51 | 0.30 | 0.45 | 335.83 | 0.34 | 0.41 |
| Hex | 8D | 45 | 62 | 0 | 33 | 1E | 2D | 150 | 22 | 29 |
| Octal | 215 | 105 | 142 | 0 | 63 | 36 | 55 | 520 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1100010 | 0 | 110011 | 11110 | 101101 | 101010000 | 100010 | 101001 |
Color Harmonies of #8D4562
Complementary color
Monochromatic Colors of #8D4562
Black with #8D4562
Text Example
Text Example
White with #8D4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4562; }
p { color: rgb(141,69,98); }
H1.HeaderClassName
{
color: #8D4562;
}
.AnyTagClassName
{
color: #8D4562;
}
</style>
background-color css
<style>
a { background-color: #8D4562; }
a { background-color: rgb(141,69,98); }
div.DivClassName
{
background-color: #8D4562;
}
.BgClassName
{
background-color: #8D4562;
}
</style>
border-color css
<style>
span { border-color: #8D4562; }
span { border-color: rgb(141,69,98); }
td.TdClassName
{
border-color: #8D4562;
}
.TagClassName
{
border-color: #8D4562;
}
</style>