Shades of Cadillac #914554
Tints of Cadillac #914554
RGB
CMYK
RGB Variations
Color information
#914554 (or 0x914554) is known color: Cadillac. HEX triplet: 91, 45 and 54. RGB value is (145,69,84). Sum of RGB (Red+Green+Blue) = 145+69+84=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #914554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914554 is #6EBAAB. Grayscale: #5D5D5D. Windows color (decimal): -7256748 or 5522833. OLE color: 5522833.
HSL color Cylindrical-coordinate representation of color #914554: hue angle of 348.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914554 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 84 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.43 |
| HSL | 348.16º | 0.36% | 0.42% | - |
| HSV(B) | 348.16º | 0.52% | 0.57% | - |
| XYZ | 15.41 | 10.92 | 9.68 | - |
| YUV | 93.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 84 | 0 | 0.52 | 0.42 | 0.43 | 348.16 | 0.36 | 0.42 |
| Hex | 91 | 45 | 54 | 0 | 34 | 2A | 2B | 15C | 24 | 2A |
| Octal | 221 | 105 | 124 | 0 | 64 | 52 | 53 | 534 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1010100 | 0 | 110100 | 101010 | 101011 | 101011100 | 100100 | 101010 |
Color Harmonies of #914554
Complementary color
Monochromatic Colors of #914554
Black with #914554
Text Example
Text Example
White with #914554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914554; }
p { color: rgb(145,69,84); }
H1.HeaderClassName
{
color: #914554;
}
.AnyTagClassName
{
color: #914554;
}
</style>
background-color css
<style>
a { background-color: #914554; }
a { background-color: rgb(145,69,84); }
div.DivClassName
{
background-color: #914554;
}
.BgClassName
{
background-color: #914554;
}
</style>
border-color css
<style>
span { border-color: #914554; }
span { border-color: rgb(145,69,84); }
td.TdClassName
{
border-color: #914554;
}
.TagClassName
{
border-color: #914554;
}
</style>