Shades of Cadillac #914567
Tints of Cadillac #914567
RGB
CMYK
RGB Variations
Color information
#914567 (or 0x914567) is known color: Cadillac. HEX triplet: 91, 45 and 67. RGB value is (145,69,103). Sum of RGB (Red+Green+Blue) = 145+69+103=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #914567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914567 is #6EBA98. Grayscale: #5F5F5F. Windows color (decimal): -7256729 or 6768017. OLE color: 6768017.
HSL color Cylindrical-coordinate representation of color #914567: hue angle of 333.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914567 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 103 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.43 |
| HSL | 333.16º | 0.36% | 0.42% | - |
| HSV(B) | 333.16º | 0.52% | 0.57% | - |
| XYZ | 16.25 | 11.26 | 14.15 | - |
| YUV | 95.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 103 | 0 | 0.52 | 0.29 | 0.43 | 333.16 | 0.36 | 0.42 |
| Hex | 91 | 45 | 67 | 0 | 34 | 1D | 2B | 14D | 24 | 2A |
| Octal | 221 | 105 | 147 | 0 | 64 | 35 | 53 | 515 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1100111 | 0 | 110100 | 11101 | 101011 | 101001101 | 100100 | 101010 |
Color Harmonies of #914567
Complementary color
Monochromatic Colors of #914567
Black with #914567
Text Example
Text Example
White with #914567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914567; }
p { color: rgb(145,69,103); }
H1.HeaderClassName
{
color: #914567;
}
.AnyTagClassName
{
color: #914567;
}
</style>
background-color css
<style>
a { background-color: #914567; }
a { background-color: rgb(145,69,103); }
div.DivClassName
{
background-color: #914567;
}
.BgClassName
{
background-color: #914567;
}
</style>
border-color css
<style>
span { border-color: #914567; }
span { border-color: rgb(145,69,103); }
td.TdClassName
{
border-color: #914567;
}
.TagClassName
{
border-color: #914567;
}
</style>