Shades of Cadillac #944359
Tints of Cadillac #944359
RGB
CMYK
RGB Variations
Color information
#944359 (or 0x944359) is known color: Cadillac. HEX triplet: 94, 43 and 59. RGB value is (148,67,89). Sum of RGB (Red+Green+Blue) = 148+67+89=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #944359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944359 is #6BBCA6. Grayscale: #5D5D5D. Windows color (decimal): -7060647 or 5850004. OLE color: 5850004.
HSL color Cylindrical-coordinate representation of color #944359: hue angle of 343.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944359 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 89 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.42 |
| HSL | 343.7º | 0.38% | 0.42% | - |
| HSV(B) | 343.7º | 0.55% | 0.58% | - |
| XYZ | 16.02 | 11.03 | 10.74 | - |
| YUV | 93.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 89 | 0 | 0.55 | 0.40 | 0.42 | 343.7 | 0.38 | 0.42 |
| Hex | 94 | 43 | 59 | 0 | 37 | 28 | 2A | 158 | 26 | 2A |
| Octal | 224 | 103 | 131 | 0 | 67 | 50 | 52 | 530 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1011001 | 0 | 110111 | 101000 | 101010 | 101011000 | 100110 | 101010 |
Color Harmonies of #944359
Complementary color
Monochromatic Colors of #944359
Black with #944359
Text Example
Text Example
White with #944359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944359; }
p { color: rgb(148,67,89); }
H1.HeaderClassName
{
color: #944359;
}
.AnyTagClassName
{
color: #944359;
}
</style>
background-color css
<style>
a { background-color: #944359; }
a { background-color: rgb(148,67,89); }
div.DivClassName
{
background-color: #944359;
}
.BgClassName
{
background-color: #944359;
}
</style>
border-color css
<style>
span { border-color: #944359; }
span { border-color: rgb(148,67,89); }
td.TdClassName
{
border-color: #944359;
}
.TagClassName
{
border-color: #944359;
}
</style>