Shades of Cadillac #914354
Tints of Cadillac #914354
RGB
CMYK
RGB Variations
Color information
#914354 (or 0x914354) is known color: Cadillac. HEX triplet: 91, 43 and 54. RGB value is (145,67,84). Sum of RGB (Red+Green+Blue) = 145+67+84=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #914354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914354 is #6EBCAB. Grayscale: #5C5C5C. Windows color (decimal): -7257260 or 5522321. OLE color: 5522321.
HSL color Cylindrical-coordinate representation of color #914354: hue angle of 346.92º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914354 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 84 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.43 |
| HSL | 346.92º | 0.37% | 0.42% | - |
| HSV(B) | 346.92º | 0.54% | 0.57% | - |
| XYZ | 15.28 | 10.67 | 9.64 | - |
| YUV | 92.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 84 | 0 | 0.54 | 0.42 | 0.43 | 346.92 | 0.37 | 0.42 |
| Hex | 91 | 43 | 54 | 0 | 36 | 2A | 2B | 15B | 25 | 2A |
| Octal | 221 | 103 | 124 | 0 | 66 | 52 | 53 | 533 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1010100 | 0 | 110110 | 101010 | 101011 | 101011011 | 100101 | 101010 |
Color Harmonies of #914354
Complementary color
Monochromatic Colors of #914354
Black with #914354
Text Example
Text Example
White with #914354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914354; }
p { color: rgb(145,67,84); }
H1.HeaderClassName
{
color: #914354;
}
.AnyTagClassName
{
color: #914354;
}
</style>
background-color css
<style>
a { background-color: #914354; }
a { background-color: rgb(145,67,84); }
div.DivClassName
{
background-color: #914354;
}
.BgClassName
{
background-color: #914354;
}
</style>
border-color css
<style>
span { border-color: #914354; }
span { border-color: rgb(145,67,84); }
td.TdClassName
{
border-color: #914354;
}
.TagClassName
{
border-color: #914354;
}
</style>