Shades of Cadillac #8B455C
Tints of Cadillac #8B455C
RGB
CMYK
RGB Variations
Color information
#8B455C (or 0x8B455C) is known color: Cadillac. HEX triplet: 8B, 45 and 5C. RGB value is (139,69,92). Sum of RGB (Red+Green+Blue) = 139+69+92=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B455C is #74BAA3. Grayscale: #5C5C5C. Windows color (decimal): -7649956 or 6047115. OLE color: 6047115.
HSL color Cylindrical-coordinate representation of color #8B455C: hue angle of 340.29º degrees, saturation: 0.34, 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 #8B455C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 92 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.45 |
| HSL | 340.29º | 0.34% | 0.41% | - |
| HSV(B) | 340.29º | 0.5% | 0.55% | - |
| XYZ | 14.71 | 10.52 | 11.38 | - |
| YUV | 92.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 92 | 0 | 0.50 | 0.34 | 0.45 | 340.29 | 0.34 | 0.41 |
| Hex | 8B | 45 | 5C | 0 | 32 | 22 | 2D | 154 | 22 | 29 |
| Octal | 213 | 105 | 134 | 0 | 62 | 42 | 55 | 524 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1011100 | 0 | 110010 | 100010 | 101101 | 101010100 | 100010 | 101001 |
Color Harmonies of #8B455C
Complementary color
Monochromatic Colors of #8B455C
Black with #8B455C
Text Example
Text Example
White with #8B455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B455C; }
p { color: rgb(139,69,92); }
H1.HeaderClassName
{
color: #8B455C;
}
.AnyTagClassName
{
color: #8B455C;
}
</style>
background-color css
<style>
a { background-color: #8B455C; }
a { background-color: rgb(139,69,92); }
div.DivClassName
{
background-color: #8B455C;
}
.BgClassName
{
background-color: #8B455C;
}
</style>
border-color css
<style>
span { border-color: #8B455C; }
span { border-color: rgb(139,69,92); }
td.TdClassName
{
border-color: #8B455C;
}
.TagClassName
{
border-color: #8B455C;
}
</style>