Shades of Cadillac #914363
Tints of Cadillac #914363
RGB
CMYK
RGB Variations
Color information
#914363 (or 0x914363) is known color: Cadillac. HEX triplet: 91, 43 and 63. RGB value is (145,67,99). Sum of RGB (Red+Green+Blue) = 145+67+99=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #914363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914363 is #6EBC9C. Grayscale: #5D5D5D. Windows color (decimal): -7257245 or 6505361. OLE color: 6505361.
HSL color Cylindrical-coordinate representation of color #914363: hue angle of 335.38º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914363 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 99 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.43 |
| HSL | 335.38º | 0.37% | 0.42% | - |
| HSV(B) | 335.38º | 0.54% | 0.57% | - |
| XYZ | 15.94 | 10.93 | 13.08 | - |
| YUV | 93.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 99 | 0 | 0.54 | 0.32 | 0.43 | 335.38 | 0.37 | 0.42 |
| Hex | 91 | 43 | 63 | 0 | 36 | 20 | 2B | 14F | 25 | 2A |
| Octal | 221 | 103 | 143 | 0 | 66 | 40 | 53 | 517 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1100011 | 0 | 110110 | 100000 | 101011 | 101001111 | 100101 | 101010 |
Color Harmonies of #914363
Complementary color
Monochromatic Colors of #914363
Black with #914363
Text Example
Text Example
White with #914363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914363; }
p { color: rgb(145,67,99); }
H1.HeaderClassName
{
color: #914363;
}
.AnyTagClassName
{
color: #914363;
}
</style>
background-color css
<style>
a { background-color: #914363; }
a { background-color: rgb(145,67,99); }
div.DivClassName
{
background-color: #914363;
}
.BgClassName
{
background-color: #914363;
}
</style>
border-color css
<style>
span { border-color: #914363; }
span { border-color: rgb(145,67,99); }
td.TdClassName
{
border-color: #914363;
}
.TagClassName
{
border-color: #914363;
}
</style>