Shades of Cadillac #994459
Tints of Cadillac #994459
RGB
CMYK
RGB Variations
Color information
#994459 (or 0x994459) is known color: Cadillac. HEX triplet: 99, 44 and 59. RGB value is (153,68,89). Sum of RGB (Red+Green+Blue) = 153+68+89=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #994459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994459 is #66BBA6. Grayscale: #5F5F5F. Windows color (decimal): -6732711 or 5850265. OLE color: 5850265.
HSL color Cylindrical-coordinate representation of color #994459: hue angle of 345.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994459 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 89 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.4 |
| HSL | 345.18º | 0.38% | 0.43% | - |
| HSV(B) | 345.18º | 0.56% | 0.6% | - |
| XYZ | 17.01 | 11.63 | 10.8 | - |
| YUV | 95.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 89 | 0 | 0.56 | 0.42 | 0.4 | 345.18 | 0.38 | 0.43 |
| Hex | 99 | 44 | 59 | 0 | 38 | 2A | 28 | 159 | 26 | 2B |
| Octal | 231 | 104 | 131 | 0 | 70 | 52 | 50 | 531 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1011001 | 0 | 111000 | 101010 | 101000 | 101011001 | 100110 | 101011 |
Color Harmonies of #994459
Complementary color
Monochromatic Colors of #994459
Black with #994459
Text Example
Text Example
White with #994459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994459; }
p { color: rgb(153,68,89); }
H1.HeaderClassName
{
color: #994459;
}
.AnyTagClassName
{
color: #994459;
}
</style>
background-color css
<style>
a { background-color: #994459; }
a { background-color: rgb(153,68,89); }
div.DivClassName
{
background-color: #994459;
}
.BgClassName
{
background-color: #994459;
}
</style>
border-color css
<style>
span { border-color: #994459; }
span { border-color: rgb(153,68,89); }
td.TdClassName
{
border-color: #994459;
}
.TagClassName
{
border-color: #994459;
}
</style>