Shades of Cadillac #914172
Tints of Cadillac #914172
RGB
CMYK
RGB Variations
Color information
#914172 (or 0x914172) is known color: Cadillac. HEX triplet: 91, 41 and 72. RGB value is (145,65,114). Sum of RGB (Red+Green+Blue) = 145+65+114=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914172 is #6EBE8D. Grayscale: #5E5E5E. Windows color (decimal): -7257742 or 7487889. OLE color: 7487889.
HSL color Cylindrical-coordinate representation of color #914172: hue angle of 323.25º 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 #914172 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 114 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.43 |
| HSL | 323.25º | 0.38% | 0.41% | - |
| HSV(B) | 323.25º | 0.55% | 0.57% | - |
| XYZ | 16.6 | 11.02 | 17.17 | - |
| YUV | 94.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 114 | 0 | 0.55 | 0.21 | 0.43 | 323.25 | 0.38 | 0.41 |
| Hex | 91 | 41 | 72 | 0 | 37 | 15 | 2B | 143 | 26 | 29 |
| Octal | 221 | 101 | 162 | 0 | 67 | 25 | 53 | 503 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1110010 | 0 | 110111 | 10101 | 101011 | 101000011 | 100110 | 101001 |
Color Harmonies of #914172
Complementary color
Monochromatic Colors of #914172
Black with #914172
Text Example
Text Example
White with #914172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914172; }
p { color: rgb(145,65,114); }
H1.HeaderClassName
{
color: #914172;
}
.AnyTagClassName
{
color: #914172;
}
</style>
background-color css
<style>
a { background-color: #914172; }
a { background-color: rgb(145,65,114); }
div.DivClassName
{
background-color: #914172;
}
.BgClassName
{
background-color: #914172;
}
</style>
border-color css
<style>
span { border-color: #914172; }
span { border-color: rgb(145,65,114); }
td.TdClassName
{
border-color: #914172;
}
.TagClassName
{
border-color: #914172;
}
</style>