Shades of Cadillac #914273
Tints of Cadillac #914273
RGB
CMYK
RGB Variations
Color information
#914273 (or 0x914273) is known color: Cadillac. HEX triplet: 91, 42 and 73. RGB value is (145,66,115). Sum of RGB (Red+Green+Blue) = 145+66+115=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #914273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914273 is #6EBD8C. Grayscale: #5F5F5F. Windows color (decimal): -7257485 or 7553681. OLE color: 7553681.
HSL color Cylindrical-coordinate representation of color #914273: hue angle of 322.78º 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 #914273 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 115 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.43 |
| HSL | 322.78º | 0.37% | 0.41% | - |
| HSV(B) | 322.78º | 0.54% | 0.57% | - |
| XYZ | 16.72 | 11.15 | 17.49 | - |
| YUV | 95.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 115 | 0 | 0.54 | 0.21 | 0.43 | 322.78 | 0.37 | 0.41 |
| Hex | 91 | 42 | 73 | 0 | 36 | 15 | 2B | 143 | 25 | 29 |
| Octal | 221 | 102 | 163 | 0 | 66 | 25 | 53 | 503 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1110011 | 0 | 110110 | 10101 | 101011 | 101000011 | 100101 | 101001 |
Color Harmonies of #914273
Complementary color
Monochromatic Colors of #914273
Black with #914273
Text Example
Text Example
White with #914273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914273; }
p { color: rgb(145,66,115); }
H1.HeaderClassName
{
color: #914273;
}
.AnyTagClassName
{
color: #914273;
}
</style>
background-color css
<style>
a { background-color: #914273; }
a { background-color: rgb(145,66,115); }
div.DivClassName
{
background-color: #914273;
}
.BgClassName
{
background-color: #914273;
}
</style>
border-color css
<style>
span { border-color: #914273; }
span { border-color: rgb(145,66,115); }
td.TdClassName
{
border-color: #914273;
}
.TagClassName
{
border-color: #914273;
}
</style>