Shades of Cadillac #8B445C
Tints of Cadillac #8B445C
RGB
CMYK
RGB Variations
Color information
#8B445C (or 0x8B445C) is known color: Cadillac. HEX triplet: 8B, 44 and 5C. RGB value is (139,68,92). Sum of RGB (Red+Green+Blue) = 139+68+92=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B445C is #74BBA3. Grayscale: #5B5B5B. Windows color (decimal): -7650212 or 6046859. OLE color: 6046859.
HSL color Cylindrical-coordinate representation of color #8B445C: hue angle of 339.72º 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 #8B445C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 92 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.45 |
| HSL | 339.72º | 0.34% | 0.41% | - |
| HSV(B) | 339.72º | 0.51% | 0.55% | - |
| XYZ | 14.65 | 10.4 | 11.36 | - |
| YUV | 91.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 92 | 0 | 0.51 | 0.34 | 0.45 | 339.72 | 0.34 | 0.41 |
| Hex | 8B | 44 | 5C | 0 | 33 | 22 | 2D | 154 | 22 | 29 |
| Octal | 213 | 104 | 134 | 0 | 63 | 42 | 55 | 524 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1011100 | 0 | 110011 | 100010 | 101101 | 101010100 | 100010 | 101001 |
Color Harmonies of #8B445C
Complementary color
Monochromatic Colors of #8B445C
Black with #8B445C
Text Example
Text Example
White with #8B445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B445C; }
p { color: rgb(139,68,92); }
H1.HeaderClassName
{
color: #8B445C;
}
.AnyTagClassName
{
color: #8B445C;
}
</style>
background-color css
<style>
a { background-color: #8B445C; }
a { background-color: rgb(139,68,92); }
div.DivClassName
{
background-color: #8B445C;
}
.BgClassName
{
background-color: #8B445C;
}
</style>
border-color css
<style>
span { border-color: #8B445C; }
span { border-color: rgb(139,68,92); }
td.TdClassName
{
border-color: #8B445C;
}
.TagClassName
{
border-color: #8B445C;
}
</style>