Shades of Cadillac #913D64
Tints of Cadillac #913D64
RGB
CMYK
RGB Variations
Color information
#913D64 (or 0x913D64) is known color: Cadillac. HEX triplet: 91, 3D and 64. RGB value is (145,61,100). Sum of RGB (Red+Green+Blue) = 145+61+100=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #913D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D64 is #6EC29B. Grayscale: #5A5A5A. Windows color (decimal): -7258780 or 6569361. OLE color: 6569361.
HSL color Cylindrical-coordinate representation of color #913D64: hue angle of 332.14º 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 #913D64 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 100 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.43 |
| HSL | 332.14º | 0.41% | 0.4% | - |
| HSV(B) | 332.14º | 0.58% | 0.57% | - |
| XYZ | 15.65 | 10.28 | 13.22 | - |
| YUV | 90.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 100 | 0 | 0.58 | 0.31 | 0.43 | 332.14 | 0.41 | 0.4 |
| Hex | 91 | 3D | 64 | 0 | 3A | 1F | 2B | 14C | 29 | 28 |
| Octal | 221 | 75 | 144 | 0 | 72 | 37 | 53 | 514 | 51 | 50 |
| Binary | 10010001 | 111101 | 1100100 | 0 | 111010 | 11111 | 101011 | 101001100 | 101001 | 101000 |
Color Harmonies of #913D64
Complementary color
Monochromatic Colors of #913D64
Black with #913D64
Text Example
Text Example
White with #913D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D64; }
p { color: rgb(145,61,100); }
H1.HeaderClassName
{
color: #913D64;
}
.AnyTagClassName
{
color: #913D64;
}
</style>
background-color css
<style>
a { background-color: #913D64; }
a { background-color: rgb(145,61,100); }
div.DivClassName
{
background-color: #913D64;
}
.BgClassName
{
background-color: #913D64;
}
</style>
border-color css
<style>
span { border-color: #913D64; }
span { border-color: rgb(145,61,100); }
td.TdClassName
{
border-color: #913D64;
}
.TagClassName
{
border-color: #913D64;
}
</style>