Shades of Cadillac #994359
Tints of Cadillac #994359
RGB
CMYK
RGB Variations
Color information
#994359 (or 0x994359) is known color: Cadillac. HEX triplet: 99, 43 and 59. RGB value is (153,67,89). Sum of RGB (Red+Green+Blue) = 153+67+89=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #994359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994359 is #66BCA6. Grayscale: #5F5F5F. Windows color (decimal): -6732967 or 5850009. OLE color: 5850009.
HSL color Cylindrical-coordinate representation of color #994359: hue angle of 344.65º degrees, saturation: 0.39, 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 #994359 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 89 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.4 |
| HSL | 344.65º | 0.39% | 0.43% | - |
| HSV(B) | 344.65º | 0.56% | 0.6% | - |
| XYZ | 16.95 | 11.51 | 10.78 | - |
| YUV | 95.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 89 | 0 | 0.56 | 0.42 | 0.4 | 344.65 | 0.39 | 0.43 |
| Hex | 99 | 43 | 59 | 0 | 38 | 2A | 28 | 159 | 27 | 2B |
| Octal | 231 | 103 | 131 | 0 | 70 | 52 | 50 | 531 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1011001 | 0 | 111000 | 101010 | 101000 | 101011001 | 100111 | 101011 |
Color Harmonies of #994359
Complementary color
Monochromatic Colors of #994359
Black with #994359
Text Example
Text Example
White with #994359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994359; }
p { color: rgb(153,67,89); }
H1.HeaderClassName
{
color: #994359;
}
.AnyTagClassName
{
color: #994359;
}
</style>
background-color css
<style>
a { background-color: #994359; }
a { background-color: rgb(153,67,89); }
div.DivClassName
{
background-color: #994359;
}
.BgClassName
{
background-color: #994359;
}
</style>
border-color css
<style>
span { border-color: #994359; }
span { border-color: rgb(153,67,89); }
td.TdClassName
{
border-color: #994359;
}
.TagClassName
{
border-color: #994359;
}
</style>