Shades of Cadillac #8D435B
Tints of Cadillac #8D435B
RGB
CMYK
RGB Variations
Color information
#8D435B (or 0x8D435B) is known color: Cadillac. HEX triplet: 8D, 43 and 5B. RGB value is (141,67,91). Sum of RGB (Red+Green+Blue) = 141+67+91=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D435B is #72BCA4. Grayscale: #5B5B5B. Windows color (decimal): -7519397 or 5981069. OLE color: 5981069.
HSL color Cylindrical-coordinate representation of color #8D435B: hue angle of 340.54º 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 #8D435B is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 91 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.45 |
| HSL | 340.54º | 0.36% | 0.41% | - |
| HSV(B) | 340.54º | 0.52% | 0.55% | - |
| XYZ | 14.88 | 10.43 | 11.13 | - |
| YUV | 91.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 91 | 0 | 0.52 | 0.35 | 0.45 | 340.54 | 0.36 | 0.41 |
| Hex | 8D | 43 | 5B | 0 | 34 | 23 | 2D | 155 | 24 | 29 |
| Octal | 215 | 103 | 133 | 0 | 64 | 43 | 55 | 525 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1011011 | 0 | 110100 | 100011 | 101101 | 101010101 | 100100 | 101001 |
Color Harmonies of #8D435B
Complementary color
Monochromatic Colors of #8D435B
Black with #8D435B
Text Example
Text Example
White with #8D435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D435B; }
p { color: rgb(141,67,91); }
H1.HeaderClassName
{
color: #8D435B;
}
.AnyTagClassName
{
color: #8D435B;
}
</style>
background-color css
<style>
a { background-color: #8D435B; }
a { background-color: rgb(141,67,91); }
div.DivClassName
{
background-color: #8D435B;
}
.BgClassName
{
background-color: #8D435B;
}
</style>
border-color css
<style>
span { border-color: #8D435B; }
span { border-color: rgb(141,67,91); }
td.TdClassName
{
border-color: #8D435B;
}
.TagClassName
{
border-color: #8D435B;
}
</style>