Shades of Cadillac #913F66
Tints of Cadillac #913F66
RGB
CMYK
RGB Variations
Color information
#913F66 (or 0x913F66) is known color: Cadillac. HEX triplet: 91, 3F and 66. RGB value is (145,63,102). Sum of RGB (Red+Green+Blue) = 145+63+102=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #913F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913F66 is #6EC099. Grayscale: #5B5B5B. Windows color (decimal): -7258266 or 6700945. OLE color: 6700945.
HSL color Cylindrical-coordinate representation of color #913F66: hue angle of 331.46º 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 #913F66 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 102 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.43 |
| HSL | 331.46º | 0.39% | 0.41% | - |
| HSV(B) | 331.46º | 0.57% | 0.57% | - |
| XYZ | 15.85 | 10.53 | 13.77 | - |
| YUV | 91.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 102 | 0 | 0.57 | 0.30 | 0.43 | 331.46 | 0.39 | 0.41 |
| Hex | 91 | 3F | 66 | 0 | 39 | 1E | 2B | 14B | 27 | 29 |
| Octal | 221 | 77 | 146 | 0 | 71 | 36 | 53 | 513 | 47 | 51 |
| Binary | 10010001 | 111111 | 1100110 | 0 | 111001 | 11110 | 101011 | 101001011 | 100111 | 101001 |
Color Harmonies of #913F66
Complementary color
Monochromatic Colors of #913F66
Black with #913F66
Text Example
Text Example
White with #913F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F66; }
p { color: rgb(145,63,102); }
H1.HeaderClassName
{
color: #913F66;
}
.AnyTagClassName
{
color: #913F66;
}
</style>
background-color css
<style>
a { background-color: #913F66; }
a { background-color: rgb(145,63,102); }
div.DivClassName
{
background-color: #913F66;
}
.BgClassName
{
background-color: #913F66;
}
</style>
border-color css
<style>
span { border-color: #913F66; }
span { border-color: rgb(145,63,102); }
td.TdClassName
{
border-color: #913F66;
}
.TagClassName
{
border-color: #913F66;
}
</style>