Shades of Cadillac #913E59
Tints of Cadillac #913E59
RGB
CMYK
RGB Variations
Color information
#913E59 (or 0x913E59) is known color: Cadillac. HEX triplet: 91, 3E and 59. RGB value is (145,62,89). Sum of RGB (Red+Green+Blue) = 145+62+89=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #913E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E59 is #6EC1A6. Grayscale: #595959. Windows color (decimal): -7258535 or 5848721. OLE color: 5848721.
HSL color Cylindrical-coordinate representation of color #913E59: hue angle of 340.48º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913E59 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 89 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.43 |
| HSL | 340.48º | 0.4% | 0.41% | - |
| HSV(B) | 340.48º | 0.57% | 0.57% | - |
| XYZ | 15.2 | 10.19 | 10.62 | - |
| YUV | 89.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 89 | 0 | 0.57 | 0.39 | 0.43 | 340.48 | 0.4 | 0.41 |
| Hex | 91 | 3E | 59 | 0 | 39 | 27 | 2B | 154 | 28 | 29 |
| Octal | 221 | 76 | 131 | 0 | 71 | 47 | 53 | 524 | 50 | 51 |
| Binary | 10010001 | 111110 | 1011001 | 0 | 111001 | 100111 | 101011 | 101010100 | 101000 | 101001 |
Color Harmonies of #913E59
Complementary color
Monochromatic Colors of #913E59
Black with #913E59
Text Example
Text Example
White with #913E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E59; }
p { color: rgb(145,62,89); }
H1.HeaderClassName
{
color: #913E59;
}
.AnyTagClassName
{
color: #913E59;
}
</style>
background-color css
<style>
a { background-color: #913E59; }
a { background-color: rgb(145,62,89); }
div.DivClassName
{
background-color: #913E59;
}
.BgClassName
{
background-color: #913E59;
}
</style>
border-color css
<style>
span { border-color: #913E59; }
span { border-color: rgb(145,62,89); }
td.TdClassName
{
border-color: #913E59;
}
.TagClassName
{
border-color: #913E59;
}
</style>