Shades of Cadillac #914065
Tints of Cadillac #914065
RGB
CMYK
RGB Variations
Color information
#914065 (or 0x914065) is known color: Cadillac. HEX triplet: 91, 40 and 65. RGB value is (145,64,101). Sum of RGB (Red+Green+Blue) = 145+64+101=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #914065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914065 is #6EBF9A. Grayscale: #5C5C5C. Windows color (decimal): -7258011 or 6635665. OLE color: 6635665.
HSL color Cylindrical-coordinate representation of color #914065: hue angle of 332.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914065 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 101 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.43 |
| HSL | 332.59º | 0.39% | 0.41% | - |
| HSV(B) | 332.59º | 0.56% | 0.57% | - |
| XYZ | 15.86 | 10.63 | 13.53 | - |
| YUV | 92.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 101 | 0 | 0.56 | 0.30 | 0.43 | 332.59 | 0.39 | 0.41 |
| Hex | 91 | 40 | 65 | 0 | 38 | 1E | 2B | 14D | 27 | 29 |
| Octal | 221 | 100 | 145 | 0 | 70 | 36 | 53 | 515 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1100101 | 0 | 111000 | 11110 | 101011 | 101001101 | 100111 | 101001 |
Color Harmonies of #914065
Complementary color
Monochromatic Colors of #914065
Black with #914065
Text Example
Text Example
White with #914065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914065; }
p { color: rgb(145,64,101); }
H1.HeaderClassName
{
color: #914065;
}
.AnyTagClassName
{
color: #914065;
}
</style>
background-color css
<style>
a { background-color: #914065; }
a { background-color: rgb(145,64,101); }
div.DivClassName
{
background-color: #914065;
}
.BgClassName
{
background-color: #914065;
}
</style>
border-color css
<style>
span { border-color: #914065; }
span { border-color: rgb(145,64,101); }
td.TdClassName
{
border-color: #914065;
}
.TagClassName
{
border-color: #914065;
}
</style>