Shades of Cadillac #8D475D
Tints of Cadillac #8D475D
RGB
CMYK
RGB Variations
Color information
#8D475D (or 0x8D475D) is known color: Cadillac. HEX triplet: 8D, 47 and 5D. RGB value is (141,71,93). Sum of RGB (Red+Green+Blue) = 141+71+93=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D475D is #72B8A2. Grayscale: #5E5E5E. Windows color (decimal): -7518371 or 6113165. OLE color: 6113165.
HSL color Cylindrical-coordinate representation of color #8D475D: hue angle of 341.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D475D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 93 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.45 |
| HSL | 341.14º | 0.33% | 0.42% | - |
| HSV(B) | 341.14º | 0.5% | 0.55% | - |
| XYZ | 15.21 | 10.96 | 11.67 | - |
| YUV | 94.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 93 | 0 | 0.50 | 0.34 | 0.45 | 341.14 | 0.33 | 0.42 |
| Hex | 8D | 47 | 5D | 0 | 32 | 22 | 2D | 155 | 21 | 2A |
| Octal | 215 | 107 | 135 | 0 | 62 | 42 | 55 | 525 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1011101 | 0 | 110010 | 100010 | 101101 | 101010101 | 100001 | 101010 |
Color Harmonies of #8D475D
Complementary color
Monochromatic Colors of #8D475D
Black with #8D475D
Text Example
Text Example
White with #8D475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D475D; }
p { color: rgb(141,71,93); }
H1.HeaderClassName
{
color: #8D475D;
}
.AnyTagClassName
{
color: #8D475D;
}
</style>
background-color css
<style>
a { background-color: #8D475D; }
a { background-color: rgb(141,71,93); }
div.DivClassName
{
background-color: #8D475D;
}
.BgClassName
{
background-color: #8D475D;
}
</style>
border-color css
<style>
span { border-color: #8D475D; }
span { border-color: rgb(141,71,93); }
td.TdClassName
{
border-color: #8D475D;
}
.TagClassName
{
border-color: #8D475D;
}
</style>