Shades of Cadillac #8A4061
Tints of Cadillac #8A4061
RGB
CMYK
RGB Variations
Color information
#8A4061 (or 0x8A4061) is known color: Cadillac. HEX triplet: 8A, 40 and 61. RGB value is (138,64,97). Sum of RGB (Red+Green+Blue) = 138+64+97=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4061 is #75BF9E. Grayscale: #595959. Windows color (decimal): -7716767 or 6373514. OLE color: 6373514.
HSL color Cylindrical-coordinate representation of color #8A4061: hue angle of 333.24º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4061 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 97 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.46 |
| HSL | 333.24º | 0.37% | 0.4% | - |
| HSV(B) | 333.24º | 0.54% | 0.54% | - |
| XYZ | 14.47 | 9.93 | 12.46 | - |
| YUV | 89.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 97 | 0 | 0.54 | 0.30 | 0.46 | 333.24 | 0.37 | 0.4 |
| Hex | 8A | 40 | 61 | 0 | 36 | 1E | 2E | 14D | 25 | 28 |
| Octal | 212 | 100 | 141 | 0 | 66 | 36 | 56 | 515 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1100001 | 0 | 110110 | 11110 | 101110 | 101001101 | 100101 | 101000 |
Color Harmonies of #8A4061
Complementary color
Monochromatic Colors of #8A4061
Black with #8A4061
Text Example
Text Example
White with #8A4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4061; }
p { color: rgb(138,64,97); }
H1.HeaderClassName
{
color: #8A4061;
}
.AnyTagClassName
{
color: #8A4061;
}
</style>
background-color css
<style>
a { background-color: #8A4061; }
a { background-color: rgb(138,64,97); }
div.DivClassName
{
background-color: #8A4061;
}
.BgClassName
{
background-color: #8A4061;
}
</style>
border-color css
<style>
span { border-color: #8A4061; }
span { border-color: rgb(138,64,97); }
td.TdClassName
{
border-color: #8A4061;
}
.TagClassName
{
border-color: #8A4061;
}
</style>