Shades of Cadillac #8B4659
Tints of Cadillac #8B4659
RGB
CMYK
RGB Variations
Color information
#8B4659 (or 0x8B4659) is known color: Cadillac. HEX triplet: 8B, 46 and 59. RGB value is (139,70,89). Sum of RGB (Red+Green+Blue) = 139+70+89=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4659 is #74B9A6. Grayscale: #5C5C5C. Windows color (decimal): -7649703 or 5850763. OLE color: 5850763.
HSL color Cylindrical-coordinate representation of color #8B4659: hue angle of 343.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4659 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 89 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.45 |
| HSL | 343.48º | 0.33% | 0.41% | - |
| HSV(B) | 343.48º | 0.5% | 0.55% | - |
| XYZ | 14.64 | 10.59 | 10.72 | - |
| YUV | 92.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 89 | 0 | 0.50 | 0.36 | 0.45 | 343.48 | 0.33 | 0.41 |
| Hex | 8B | 46 | 59 | 0 | 32 | 24 | 2D | 157 | 21 | 29 |
| Octal | 213 | 106 | 131 | 0 | 62 | 44 | 55 | 527 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1011001 | 0 | 110010 | 100100 | 101101 | 101010111 | 100001 | 101001 |
Color Harmonies of #8B4659
Complementary color
Monochromatic Colors of #8B4659
Black with #8B4659
Text Example
Text Example
White with #8B4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4659; }
p { color: rgb(139,70,89); }
H1.HeaderClassName
{
color: #8B4659;
}
.AnyTagClassName
{
color: #8B4659;
}
</style>
background-color css
<style>
a { background-color: #8B4659; }
a { background-color: rgb(139,70,89); }
div.DivClassName
{
background-color: #8B4659;
}
.BgClassName
{
background-color: #8B4659;
}
</style>
border-color css
<style>
span { border-color: #8B4659; }
span { border-color: rgb(139,70,89); }
td.TdClassName
{
border-color: #8B4659;
}
.TagClassName
{
border-color: #8B4659;
}
</style>