Shades of Cadillac #913F5E
Tints of Cadillac #913F5E
RGB
CMYK
RGB Variations
Color information
#913F5E (or 0x913F5E) is known color: Cadillac. HEX triplet: 91, 3F and 5E. RGB value is (145,63,94). Sum of RGB (Red+Green+Blue) = 145+63+94=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #913F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913F5E is #6EC0A1. Grayscale: #5B5B5B. Windows color (decimal): -7258274 or 6176657. OLE color: 6176657.
HSL color Cylindrical-coordinate representation of color #913F5E: hue angle of 337.32º degrees, saturation: 0.39, 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 #913F5E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 94 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.43 |
| HSL | 337.32º | 0.39% | 0.41% | - |
| HSV(B) | 337.32º | 0.57% | 0.57% | - |
| XYZ | 15.47 | 10.38 | 11.78 | - |
| YUV | 91.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 94 | 0 | 0.57 | 0.35 | 0.43 | 337.32 | 0.39 | 0.41 |
| Hex | 91 | 3F | 5E | 0 | 39 | 23 | 2B | 151 | 27 | 29 |
| Octal | 221 | 77 | 136 | 0 | 71 | 43 | 53 | 521 | 47 | 51 |
| Binary | 10010001 | 111111 | 1011110 | 0 | 111001 | 100011 | 101011 | 101010001 | 100111 | 101001 |
Color Harmonies of #913F5E
Complementary color
Monochromatic Colors of #913F5E
Black with #913F5E
Text Example
Text Example
White with #913F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F5E; }
p { color: rgb(145,63,94); }
H1.HeaderClassName
{
color: #913F5E;
}
.AnyTagClassName
{
color: #913F5E;
}
</style>
background-color css
<style>
a { background-color: #913F5E; }
a { background-color: rgb(145,63,94); }
div.DivClassName
{
background-color: #913F5E;
}
.BgClassName
{
background-color: #913F5E;
}
</style>
border-color css
<style>
span { border-color: #913F5E; }
span { border-color: rgb(145,63,94); }
td.TdClassName
{
border-color: #913F5E;
}
.TagClassName
{
border-color: #913F5E;
}
</style>