Shades of Cadillac #8D4163
Tints of Cadillac #8D4163
RGB
CMYK
RGB Variations
Color information
#8D4163 (or 0x8D4163) is known color: Cadillac. HEX triplet: 8D, 41 and 63. RGB value is (141,65,99). Sum of RGB (Red+Green+Blue) = 141+65+99=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4163 is #72BE9C. Grayscale: #5B5B5B. Windows color (decimal): -7519901 or 6504845. OLE color: 6504845.
HSL color Cylindrical-coordinate representation of color #8D4163: hue angle of 333.16º 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 #8D4163 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 99 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.45 |
| HSL | 333.16º | 0.37% | 0.4% | - |
| HSV(B) | 333.16º | 0.54% | 0.55% | - |
| XYZ | 15.13 | 10.34 | 13 | - |
| YUV | 91.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 99 | 0 | 0.54 | 0.30 | 0.45 | 333.16 | 0.37 | 0.4 |
| Hex | 8D | 41 | 63 | 0 | 36 | 1E | 2D | 14D | 25 | 28 |
| Octal | 215 | 101 | 143 | 0 | 66 | 36 | 55 | 515 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1100011 | 0 | 110110 | 11110 | 101101 | 101001101 | 100101 | 101000 |
Color Harmonies of #8D4163
Complementary color
Monochromatic Colors of #8D4163
Black with #8D4163
Text Example
Text Example
White with #8D4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4163; }
p { color: rgb(141,65,99); }
H1.HeaderClassName
{
color: #8D4163;
}
.AnyTagClassName
{
color: #8D4163;
}
</style>
background-color css
<style>
a { background-color: #8D4163; }
a { background-color: rgb(141,65,99); }
div.DivClassName
{
background-color: #8D4163;
}
.BgClassName
{
background-color: #8D4163;
}
</style>
border-color css
<style>
span { border-color: #8D4163; }
span { border-color: rgb(141,65,99); }
td.TdClassName
{
border-color: #8D4163;
}
.TagClassName
{
border-color: #8D4163;
}
</style>