Shades of Cadillac #914158
Tints of Cadillac #914158
RGB
CMYK
RGB Variations
Color information
#914158 (or 0x914158) is known color: Cadillac. HEX triplet: 91, 41 and 58. RGB value is (145,65,88). Sum of RGB (Red+Green+Blue) = 145+65+88=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #914158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914158 is #6EBEA7. Grayscale: #5B5B5B. Windows color (decimal): -7257768 or 5783953. OLE color: 5783953.
HSL color Cylindrical-coordinate representation of color #914158: hue angle of 342.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914158 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 88 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.43 |
| HSL | 342.75º | 0.38% | 0.41% | - |
| HSV(B) | 342.75º | 0.55% | 0.57% | - |
| XYZ | 15.33 | 10.5 | 10.45 | - |
| YUV | 91.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 88 | 0 | 0.55 | 0.39 | 0.43 | 342.75 | 0.38 | 0.41 |
| Hex | 91 | 41 | 58 | 0 | 37 | 27 | 2B | 157 | 26 | 29 |
| Octal | 221 | 101 | 130 | 0 | 67 | 47 | 53 | 527 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1011000 | 0 | 110111 | 100111 | 101011 | 101010111 | 100110 | 101001 |
Color Harmonies of #914158
Complementary color
Monochromatic Colors of #914158
Black with #914158
Text Example
Text Example
White with #914158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914158; }
p { color: rgb(145,65,88); }
H1.HeaderClassName
{
color: #914158;
}
.AnyTagClassName
{
color: #914158;
}
</style>
background-color css
<style>
a { background-color: #914158; }
a { background-color: rgb(145,65,88); }
div.DivClassName
{
background-color: #914158;
}
.BgClassName
{
background-color: #914158;
}
</style>
border-color css
<style>
span { border-color: #914158; }
span { border-color: rgb(145,65,88); }
td.TdClassName
{
border-color: #914158;
}
.TagClassName
{
border-color: #914158;
}
</style>