Shades of Cadillac #8F4355
Tints of Cadillac #8F4355
RGB
CMYK
RGB Variations
Color information
#8F4355 (or 0x8F4355) is known color: Cadillac. HEX triplet: 8F, 43 and 55. RGB value is (143,67,85). Sum of RGB (Red+Green+Blue) = 143+67+85=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4355 is #70BCAA. Grayscale: #5B5B5B. Windows color (decimal): -7388331 or 5587855. OLE color: 5587855.
HSL color Cylindrical-coordinate representation of color #8F4355: hue angle of 345.79º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4355 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 67 | 85 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.44 |
| HSL | 345.79º | 0.36% | 0.41% | - |
| HSV(B) | 345.79º | 0.53% | 0.56% | - |
| XYZ | 14.97 | 10.51 | 9.83 | - |
| YUV | 91.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 85 | 0 | 0.53 | 0.41 | 0.44 | 345.79 | 0.36 | 0.41 |
| Hex | 8F | 43 | 55 | 0 | 35 | 29 | 2C | 15A | 24 | 29 |
| Octal | 217 | 103 | 125 | 0 | 65 | 51 | 54 | 532 | 44 | 51 |
| Binary | 10001111 | 1000011 | 1010101 | 0 | 110101 | 101001 | 101100 | 101011010 | 100100 | 101001 |
Color Harmonies of #8F4355
Complementary color
Monochromatic Colors of #8F4355
Black with #8F4355
Text Example
Text Example
White with #8F4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4355; }
p { color: rgb(143,67,85); }
H1.HeaderClassName
{
color: #8F4355;
}
.AnyTagClassName
{
color: #8F4355;
}
</style>
background-color css
<style>
a { background-color: #8F4355; }
a { background-color: rgb(143,67,85); }
div.DivClassName
{
background-color: #8F4355;
}
.BgClassName
{
background-color: #8F4355;
}
</style>
border-color css
<style>
span { border-color: #8F4355; }
span { border-color: rgb(143,67,85); }
td.TdClassName
{
border-color: #8F4355;
}
.TagClassName
{
border-color: #8F4355;
}
</style>