Shades of Cadillac #8B4458
Tints of Cadillac #8B4458
RGB
CMYK
RGB Variations
Color information
#8B4458 (or 0x8B4458) is known color: Cadillac. HEX triplet: 8B, 44 and 58. RGB value is (139,68,88). Sum of RGB (Red+Green+Blue) = 139+68+88=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4458 is #74BBA7. Grayscale: #5B5B5B. Windows color (decimal): -7650216 or 5784715. OLE color: 5784715.
HSL color Cylindrical-coordinate representation of color #8B4458: hue angle of 343.1º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4458 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 88 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.45 |
| HSL | 343.1º | 0.34% | 0.41% | - |
| HSV(B) | 343.1º | 0.51% | 0.55% | - |
| XYZ | 14.48 | 10.33 | 10.46 | - |
| YUV | 91.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 88 | 0 | 0.51 | 0.37 | 0.45 | 343.1 | 0.34 | 0.41 |
| Hex | 8B | 44 | 58 | 0 | 33 | 25 | 2D | 157 | 22 | 29 |
| Octal | 213 | 104 | 130 | 0 | 63 | 45 | 55 | 527 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1011000 | 0 | 110011 | 100101 | 101101 | 101010111 | 100010 | 101001 |
Color Harmonies of #8B4458
Complementary color
Monochromatic Colors of #8B4458
Black with #8B4458
Text Example
Text Example
White with #8B4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4458; }
p { color: rgb(139,68,88); }
H1.HeaderClassName
{
color: #8B4458;
}
.AnyTagClassName
{
color: #8B4458;
}
</style>
background-color css
<style>
a { background-color: #8B4458; }
a { background-color: rgb(139,68,88); }
div.DivClassName
{
background-color: #8B4458;
}
.BgClassName
{
background-color: #8B4458;
}
</style>
border-color css
<style>
span { border-color: #8B4458; }
span { border-color: rgb(139,68,88); }
td.TdClassName
{
border-color: #8B4458;
}
.TagClassName
{
border-color: #8B4458;
}
</style>