Shades of Cadillac #8F445D
Tints of Cadillac #8F445D
RGB
CMYK
RGB Variations
Color information
#8F445D (or 0x8F445D) is known color: Cadillac. HEX triplet: 8F, 44 and 5D. RGB value is (143,68,93). Sum of RGB (Red+Green+Blue) = 143+68+93=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F445D is #70BBA2. Grayscale: #5D5D5D. Windows color (decimal): -7388067 or 6112399. OLE color: 6112399.
HSL color Cylindrical-coordinate representation of color #8F445D: hue angle of 340º 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 #8F445D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 93 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.44 |
| HSL | 340º | 0.36% | 0.41% | - |
| HSV(B) | 340º | 0.52% | 0.56% | - |
| XYZ | 15.37 | 10.76 | 11.62 | - |
| YUV | 93.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 93 | 0 | 0.52 | 0.35 | 0.44 | 340 | 0.36 | 0.41 |
| Hex | 8F | 44 | 5D | 0 | 34 | 23 | 2C | 154 | 24 | 29 |
| Octal | 217 | 104 | 135 | 0 | 64 | 43 | 54 | 524 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1011101 | 0 | 110100 | 100011 | 101100 | 101010100 | 100100 | 101001 |
Color Harmonies of #8F445D
Complementary color
Monochromatic Colors of #8F445D
Black with #8F445D
Text Example
Text Example
White with #8F445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F445D; }
p { color: rgb(143,68,93); }
H1.HeaderClassName
{
color: #8F445D;
}
.AnyTagClassName
{
color: #8F445D;
}
</style>
background-color css
<style>
a { background-color: #8F445D; }
a { background-color: rgb(143,68,93); }
div.DivClassName
{
background-color: #8F445D;
}
.BgClassName
{
background-color: #8F445D;
}
</style>
border-color css
<style>
span { border-color: #8F445D; }
span { border-color: rgb(143,68,93); }
td.TdClassName
{
border-color: #8F445D;
}
.TagClassName
{
border-color: #8F445D;
}
</style>