Shades of Cadillac #894359
Tints of Cadillac #894359
RGB
CMYK
RGB Variations
Color information
#894359 (or 0x894359) is known color: Cadillac. HEX triplet: 89, 43 and 59. RGB value is (137,67,89). Sum of RGB (Red+Green+Blue) = 137+67+89=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894359 is #76BCA6. Grayscale: #5A5A5A. Windows color (decimal): -7781543 or 5849993. OLE color: 5849993.
HSL color Cylindrical-coordinate representation of color #894359: hue angle of 341.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894359 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 89 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.46 |
| HSL | 341.14º | 0.34% | 0.4% | - |
| HSV(B) | 341.14º | 0.51% | 0.54% | - |
| XYZ | 14.13 | 10.05 | 10.65 | - |
| YUV | 90.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 89 | 0 | 0.51 | 0.35 | 0.46 | 341.14 | 0.34 | 0.4 |
| Hex | 89 | 43 | 59 | 0 | 33 | 23 | 2E | 155 | 22 | 28 |
| Octal | 211 | 103 | 131 | 0 | 63 | 43 | 56 | 525 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1011001 | 0 | 110011 | 100011 | 101110 | 101010101 | 100010 | 101000 |
Color Harmonies of #894359
Complementary color
Monochromatic Colors of #894359
Black with #894359
Text Example
Text Example
White with #894359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894359; }
p { color: rgb(137,67,89); }
H1.HeaderClassName
{
color: #894359;
}
.AnyTagClassName
{
color: #894359;
}
</style>
background-color css
<style>
a { background-color: #894359; }
a { background-color: rgb(137,67,89); }
div.DivClassName
{
background-color: #894359;
}
.BgClassName
{
background-color: #894359;
}
</style>
border-color css
<style>
span { border-color: #894359; }
span { border-color: rgb(137,67,89); }
td.TdClassName
{
border-color: #894359;
}
.TagClassName
{
border-color: #894359;
}
</style>