Shades of Cadillac #914264
Tints of Cadillac #914264
RGB
CMYK
RGB Variations
Color information
#914264 (or 0x914264) is known color: Cadillac. HEX triplet: 91, 42 and 64. RGB value is (145,66,100). Sum of RGB (Red+Green+Blue) = 145+66+100=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #914264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914264 is #6EBD9B. Grayscale: #5D5D5D. Windows color (decimal): -7257500 or 6570641. OLE color: 6570641.
HSL color Cylindrical-coordinate representation of color #914264: hue angle of 334.18º 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 #914264 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 100 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.43 |
| HSL | 334.18º | 0.37% | 0.41% | - |
| HSV(B) | 334.18º | 0.54% | 0.57% | - |
| XYZ | 15.93 | 10.84 | 13.31 | - |
| YUV | 93.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 100 | 0 | 0.54 | 0.31 | 0.43 | 334.18 | 0.37 | 0.41 |
| Hex | 91 | 42 | 64 | 0 | 36 | 1F | 2B | 14E | 25 | 29 |
| Octal | 221 | 102 | 144 | 0 | 66 | 37 | 53 | 516 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1100100 | 0 | 110110 | 11111 | 101011 | 101001110 | 100101 | 101001 |
Color Harmonies of #914264
Complementary color
Monochromatic Colors of #914264
Black with #914264
Text Example
Text Example
White with #914264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914264; }
p { color: rgb(145,66,100); }
H1.HeaderClassName
{
color: #914264;
}
.AnyTagClassName
{
color: #914264;
}
</style>
background-color css
<style>
a { background-color: #914264; }
a { background-color: rgb(145,66,100); }
div.DivClassName
{
background-color: #914264;
}
.BgClassName
{
background-color: #914264;
}
</style>
border-color css
<style>
span { border-color: #914264; }
span { border-color: rgb(145,66,100); }
td.TdClassName
{
border-color: #914264;
}
.TagClassName
{
border-color: #914264;
}
</style>