Shades of Cadillac #913D6E
Tints of Cadillac #913D6E
RGB
CMYK
RGB Variations
Color information
#913D6E (or 0x913D6E) is known color: Cadillac. HEX triplet: 91, 3D and 6E. RGB value is (145,61,110). Sum of RGB (Red+Green+Blue) = 145+61+110=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #913D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D6E is #6EC291. Grayscale: #5B5B5B. Windows color (decimal): -7258770 or 7224721. OLE color: 7224721.
HSL color Cylindrical-coordinate representation of color #913D6E: hue angle of 325º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D6E is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 110 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.43 |
| HSL | 325º | 0.41% | 0.4% | - |
| HSV(B) | 325º | 0.58% | 0.57% | - |
| XYZ | 16.16 | 10.48 | 15.92 | - |
| YUV | 91.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 110 | 0 | 0.58 | 0.24 | 0.43 | 325 | 0.41 | 0.4 |
| Hex | 91 | 3D | 6E | 0 | 3A | 18 | 2B | 145 | 29 | 28 |
| Octal | 221 | 75 | 156 | 0 | 72 | 30 | 53 | 505 | 51 | 50 |
| Binary | 10010001 | 111101 | 1101110 | 0 | 111010 | 11000 | 101011 | 101000101 | 101001 | 101000 |
Color Harmonies of #913D6E
Complementary color
Monochromatic Colors of #913D6E
Black with #913D6E
Text Example
Text Example
White with #913D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D6E; }
p { color: rgb(145,61,110); }
H1.HeaderClassName
{
color: #913D6E;
}
.AnyTagClassName
{
color: #913D6E;
}
</style>
background-color css
<style>
a { background-color: #913D6E; }
a { background-color: rgb(145,61,110); }
div.DivClassName
{
background-color: #913D6E;
}
.BgClassName
{
background-color: #913D6E;
}
</style>
border-color css
<style>
span { border-color: #913D6E; }
span { border-color: rgb(145,61,110); }
td.TdClassName
{
border-color: #913D6E;
}
.TagClassName
{
border-color: #913D6E;
}
</style>