Shades of Cadillac #914855
Tints of Cadillac #914855
RGB
CMYK
RGB Variations
Color information
#914855 (or 0x914855) is known color: Cadillac. HEX triplet: 91, 48 and 55. RGB value is (145,72,85). Sum of RGB (Red+Green+Blue) = 145+72+85=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #914855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914855 is #6EB7AA. Grayscale: #5F5F5F. Windows color (decimal): -7255979 or 5589137. OLE color: 5589137.
HSL color Cylindrical-coordinate representation of color #914855: hue angle of 349.32º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914855 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 85 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.43 |
| HSL | 349.32º | 0.34% | 0.43% | - |
| HSV(B) | 349.32º | 0.5% | 0.57% | - |
| XYZ | 15.63 | 11.31 | 9.95 | - |
| YUV | 95.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 85 | 0 | 0.50 | 0.41 | 0.43 | 349.32 | 0.34 | 0.43 |
| Hex | 91 | 48 | 55 | 0 | 32 | 29 | 2B | 15D | 22 | 2B |
| Octal | 221 | 110 | 125 | 0 | 62 | 51 | 53 | 535 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1010101 | 0 | 110010 | 101001 | 101011 | 101011101 | 100010 | 101011 |
Color Harmonies of #914855
Complementary color
Monochromatic Colors of #914855
Black with #914855
Text Example
Text Example
White with #914855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914855; }
p { color: rgb(145,72,85); }
H1.HeaderClassName
{
color: #914855;
}
.AnyTagClassName
{
color: #914855;
}
</style>
background-color css
<style>
a { background-color: #914855; }
a { background-color: rgb(145,72,85); }
div.DivClassName
{
background-color: #914855;
}
.BgClassName
{
background-color: #914855;
}
</style>
border-color css
<style>
span { border-color: #914855; }
span { border-color: rgb(145,72,85); }
td.TdClassName
{
border-color: #914855;
}
.TagClassName
{
border-color: #914855;
}
</style>