Shades of Cadillac #8F4457
Tints of Cadillac #8F4457
RGB
CMYK
RGB Variations
Color information
#8F4457 (or 0x8F4457) is known color: Cadillac. HEX triplet: 8F, 44 and 57. RGB value is (143,68,87). Sum of RGB (Red+Green+Blue) = 143+68+87=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4457 is #70BBA8. Grayscale: #5C5C5C. Windows color (decimal): -7388073 or 5719183. OLE color: 5719183.
HSL color Cylindrical-coordinate representation of color #8F4457: hue angle of 344.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4457 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 87 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.44 |
| HSL | 344.8º | 0.36% | 0.41% | - |
| HSV(B) | 344.8º | 0.52% | 0.56% | - |
| XYZ | 15.12 | 10.66 | 10.28 | - |
| YUV | 92.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 87 | 0 | 0.52 | 0.39 | 0.44 | 344.8 | 0.36 | 0.41 |
| Hex | 8F | 44 | 57 | 0 | 34 | 27 | 2C | 159 | 24 | 29 |
| Octal | 217 | 104 | 127 | 0 | 64 | 47 | 54 | 531 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1010111 | 0 | 110100 | 100111 | 101100 | 101011001 | 100100 | 101001 |
Color Harmonies of #8F4457
Complementary color
Monochromatic Colors of #8F4457
Black with #8F4457
Text Example
Text Example
White with #8F4457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4457; }
p { color: rgb(143,68,87); }
H1.HeaderClassName
{
color: #8F4457;
}
.AnyTagClassName
{
color: #8F4457;
}
</style>
background-color css
<style>
a { background-color: #8F4457; }
a { background-color: rgb(143,68,87); }
div.DivClassName
{
background-color: #8F4457;
}
.BgClassName
{
background-color: #8F4457;
}
</style>
border-color css
<style>
span { border-color: #8F4457; }
span { border-color: rgb(143,68,87); }
td.TdClassName
{
border-color: #8F4457;
}
.TagClassName
{
border-color: #8F4457;
}
</style>