Shades of Cadillac #914270
Tints of Cadillac #914270
RGB
CMYK
RGB Variations
Color information
#914270 (or 0x914270) is known color: Cadillac. HEX triplet: 91, 42 and 70. RGB value is (145,66,112). Sum of RGB (Red+Green+Blue) = 145+66+112=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #914270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914270 is #6EBD8F. Grayscale: #5E5E5E. Windows color (decimal): -7257488 or 7357073. OLE color: 7357073.
HSL color Cylindrical-coordinate representation of color #914270: hue angle of 325.06º 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 #914270 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 112 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.43 |
| HSL | 325.06º | 0.37% | 0.41% | - |
| HSV(B) | 325.06º | 0.54% | 0.57% | - |
| XYZ | 16.55 | 11.09 | 16.6 | - |
| YUV | 94.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 112 | 0 | 0.54 | 0.23 | 0.43 | 325.06 | 0.37 | 0.41 |
| Hex | 91 | 42 | 70 | 0 | 36 | 17 | 2B | 145 | 25 | 29 |
| Octal | 221 | 102 | 160 | 0 | 66 | 27 | 53 | 505 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1110000 | 0 | 110110 | 10111 | 101011 | 101000101 | 100101 | 101001 |
Color Harmonies of #914270
Complementary color
Monochromatic Colors of #914270
Black with #914270
Text Example
Text Example
White with #914270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914270; }
p { color: rgb(145,66,112); }
H1.HeaderClassName
{
color: #914270;
}
.AnyTagClassName
{
color: #914270;
}
</style>
background-color css
<style>
a { background-color: #914270; }
a { background-color: rgb(145,66,112); }
div.DivClassName
{
background-color: #914270;
}
.BgClassName
{
background-color: #914270;
}
</style>
border-color css
<style>
span { border-color: #914270; }
span { border-color: rgb(145,66,112); }
td.TdClassName
{
border-color: #914270;
}
.TagClassName
{
border-color: #914270;
}
</style>