Shades of Cadillac #8F425D
Tints of Cadillac #8F425D
RGB
CMYK
RGB Variations
Color information
#8F425D (or 0x8F425D) is known color: Cadillac. HEX triplet: 8F, 42 and 5D. RGB value is (143,66,93). Sum of RGB (Red+Green+Blue) = 143+66+93=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F425D is #70BDA2. Grayscale: #5C5C5C. Windows color (decimal): -7388579 or 6111887. OLE color: 6111887.
HSL color Cylindrical-coordinate representation of color #8F425D: hue angle of 338.96º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F425D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 93 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.44 |
| HSL | 338.96º | 0.37% | 0.41% | - |
| HSV(B) | 338.96º | 0.54% | 0.56% | - |
| XYZ | 15.25 | 10.53 | 11.58 | - |
| YUV | 92.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 93 | 0 | 0.54 | 0.35 | 0.44 | 338.96 | 0.37 | 0.41 |
| Hex | 8F | 42 | 5D | 0 | 36 | 23 | 2C | 153 | 25 | 29 |
| Octal | 217 | 102 | 135 | 0 | 66 | 43 | 54 | 523 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1011101 | 0 | 110110 | 100011 | 101100 | 101010011 | 100101 | 101001 |
Color Harmonies of #8F425D
Complementary color
Monochromatic Colors of #8F425D
Black with #8F425D
Text Example
Text Example
White with #8F425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F425D; }
p { color: rgb(143,66,93); }
H1.HeaderClassName
{
color: #8F425D;
}
.AnyTagClassName
{
color: #8F425D;
}
</style>
background-color css
<style>
a { background-color: #8F425D; }
a { background-color: rgb(143,66,93); }
div.DivClassName
{
background-color: #8F425D;
}
.BgClassName
{
background-color: #8F425D;
}
</style>
border-color css
<style>
span { border-color: #8F425D; }
span { border-color: rgb(143,66,93); }
td.TdClassName
{
border-color: #8F425D;
}
.TagClassName
{
border-color: #8F425D;
}
</style>