Shades of Cadillac #8F4B5B
Tints of Cadillac #8F4B5B
RGB
CMYK
RGB Variations
Color information
#8F4B5B (or 0x8F4B5B) is known color: Cadillac. HEX triplet: 8F, 4B and 5B. RGB value is (143,75,91). Sum of RGB (Red+Green+Blue) = 143+75+91=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B5B is #70B4A4. Grayscale: #616161. Windows color (decimal): -7386277 or 5983119. OLE color: 5983119.
HSL color Cylindrical-coordinate representation of color #8F4B5B: hue angle of 345.88º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B5B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 91 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.44 |
| HSL | 345.88º | 0.31% | 0.43% | - |
| HSV(B) | 345.88º | 0.48% | 0.56% | - |
| XYZ | 15.73 | 11.63 | 11.31 | - |
| YUV | 97.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 91 | 0 | 0.48 | 0.36 | 0.44 | 345.88 | 0.31 | 0.43 |
| Hex | 8F | 4B | 5B | 0 | 30 | 24 | 2C | 15A | 1F | 2B |
| Octal | 217 | 113 | 133 | 0 | 60 | 44 | 54 | 532 | 37 | 53 |
| Binary | 10001111 | 1001011 | 1011011 | 0 | 110000 | 100100 | 101100 | 101011010 | 11111 | 101011 |
Color Harmonies of #8F4B5B
Complementary color
Monochromatic Colors of #8F4B5B
Black with #8F4B5B
Text Example
Text Example
White with #8F4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B5B; }
p { color: rgb(143,75,91); }
H1.HeaderClassName
{
color: #8F4B5B;
}
.AnyTagClassName
{
color: #8F4B5B;
}
</style>
background-color css
<style>
a { background-color: #8F4B5B; }
a { background-color: rgb(143,75,91); }
div.DivClassName
{
background-color: #8F4B5B;
}
.BgClassName
{
background-color: #8F4B5B;
}
</style>
border-color css
<style>
span { border-color: #8F4B5B; }
span { border-color: rgb(143,75,91); }
td.TdClassName
{
border-color: #8F4B5B;
}
.TagClassName
{
border-color: #8F4B5B;
}
</style>