Shades of Cadillac #914271
Tints of Cadillac #914271
RGB
CMYK
RGB Variations
Color information
#914271 (or 0x914271) is known color: Cadillac. HEX triplet: 91, 42 and 71. RGB value is (145,66,113). Sum of RGB (Red+Green+Blue) = 145+66+113=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914271 is #6EBD8E. Grayscale: #5E5E5E. Windows color (decimal): -7257487 or 7422609. OLE color: 7422609.
HSL color Cylindrical-coordinate representation of color #914271: hue angle of 324.3º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914271 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 113 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.43 |
| HSL | 324.3º | 0.37% | 0.41% | - |
| HSV(B) | 324.3º | 0.54% | 0.57% | - |
| XYZ | 16.61 | 11.11 | 16.89 | - |
| YUV | 94.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 113 | 0 | 0.54 | 0.22 | 0.43 | 324.3 | 0.37 | 0.41 |
| Hex | 91 | 42 | 71 | 0 | 36 | 16 | 2B | 144 | 25 | 29 |
| Octal | 221 | 102 | 161 | 0 | 66 | 26 | 53 | 504 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1110001 | 0 | 110110 | 10110 | 101011 | 101000100 | 100101 | 101001 |
Color Harmonies of #914271
Complementary color
Monochromatic Colors of #914271
Black with #914271
Text Example
Text Example
White with #914271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914271; }
p { color: rgb(145,66,113); }
H1.HeaderClassName
{
color: #914271;
}
.AnyTagClassName
{
color: #914271;
}
</style>
background-color css
<style>
a { background-color: #914271; }
a { background-color: rgb(145,66,113); }
div.DivClassName
{
background-color: #914271;
}
.BgClassName
{
background-color: #914271;
}
</style>
border-color css
<style>
span { border-color: #914271; }
span { border-color: rgb(145,66,113); }
td.TdClassName
{
border-color: #914271;
}
.TagClassName
{
border-color: #914271;
}
</style>