Shades of Cadillac #8D4363
Tints of Cadillac #8D4363
RGB
CMYK
RGB Variations
Color information
#8D4363 (or 0x8D4363) is known color: Cadillac. HEX triplet: 8D, 43 and 63. RGB value is (141,67,99). Sum of RGB (Red+Green+Blue) = 141+67+99=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4363 is #72BC9C. Grayscale: #5C5C5C. Windows color (decimal): -7519389 or 6505357. OLE color: 6505357.
HSL color Cylindrical-coordinate representation of color #8D4363: hue angle of 334.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4363 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 99 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.45 |
| HSL | 334.05º | 0.36% | 0.41% | - |
| HSV(B) | 334.05º | 0.52% | 0.55% | - |
| XYZ | 15.24 | 10.58 | 13.04 | - |
| YUV | 92.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 99 | 0 | 0.52 | 0.30 | 0.45 | 334.05 | 0.36 | 0.41 |
| Hex | 8D | 43 | 63 | 0 | 34 | 1E | 2D | 14E | 24 | 29 |
| Octal | 215 | 103 | 143 | 0 | 64 | 36 | 55 | 516 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1100011 | 0 | 110100 | 11110 | 101101 | 101001110 | 100100 | 101001 |
Color Harmonies of #8D4363
Complementary color
Monochromatic Colors of #8D4363
Black with #8D4363
Text Example
Text Example
White with #8D4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4363; }
p { color: rgb(141,67,99); }
H1.HeaderClassName
{
color: #8D4363;
}
.AnyTagClassName
{
color: #8D4363;
}
</style>
background-color css
<style>
a { background-color: #8D4363; }
a { background-color: rgb(141,67,99); }
div.DivClassName
{
background-color: #8D4363;
}
.BgClassName
{
background-color: #8D4363;
}
</style>
border-color css
<style>
span { border-color: #8D4363; }
span { border-color: rgb(141,67,99); }
td.TdClassName
{
border-color: #8D4363;
}
.TagClassName
{
border-color: #8D4363;
}
</style>