Shades of Cadillac #8B405D
Tints of Cadillac #8B405D
RGB
CMYK
RGB Variations
Color information
#8B405D (or 0x8B405D) is known color: Cadillac. HEX triplet: 8B, 40 and 5D. RGB value is (139,64,93). Sum of RGB (Red+Green+Blue) = 139+64+93=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B405D is #74BFA2. Grayscale: #595959. Windows color (decimal): -7651235 or 6111371. OLE color: 6111371.
HSL color Cylindrical-coordinate representation of color #8B405D: hue angle of 336.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B405D is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 93 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.45 |
| HSL | 336.8º | 0.37% | 0.4% | - |
| HSV(B) | 336.8º | 0.54% | 0.55% | - |
| XYZ | 14.46 | 9.95 | 11.51 | - |
| YUV | 89.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 93 | 0 | 0.54 | 0.33 | 0.45 | 336.8 | 0.37 | 0.4 |
| Hex | 8B | 40 | 5D | 0 | 36 | 21 | 2D | 151 | 25 | 28 |
| Octal | 213 | 100 | 135 | 0 | 66 | 41 | 55 | 521 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1011101 | 0 | 110110 | 100001 | 101101 | 101010001 | 100101 | 101000 |
Color Harmonies of #8B405D
Complementary color
Monochromatic Colors of #8B405D
Black with #8B405D
Text Example
Text Example
White with #8B405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B405D; }
p { color: rgb(139,64,93); }
H1.HeaderClassName
{
color: #8B405D;
}
.AnyTagClassName
{
color: #8B405D;
}
</style>
background-color css
<style>
a { background-color: #8B405D; }
a { background-color: rgb(139,64,93); }
div.DivClassName
{
background-color: #8B405D;
}
.BgClassName
{
background-color: #8B405D;
}
</style>
border-color css
<style>
span { border-color: #8B405D; }
span { border-color: rgb(139,64,93); }
td.TdClassName
{
border-color: #8B405D;
}
.TagClassName
{
border-color: #8B405D;
}
</style>