Shades of Cadillac #914073
Tints of Cadillac #914073
RGB
CMYK
RGB Variations
Color information
#914073 (or 0x914073) is known color: Cadillac. HEX triplet: 91, 40 and 73. RGB value is (145,64,115). Sum of RGB (Red+Green+Blue) = 145+64+115=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914073 is #6EBF8C. Grayscale: #5D5D5D. Windows color (decimal): -7257997 or 7553169. OLE color: 7553169.
HSL color Cylindrical-coordinate representation of color #914073: hue angle of 322.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914073 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 115 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.43 |
| HSL | 322.22º | 0.39% | 0.41% | - |
| HSV(B) | 322.22º | 0.56% | 0.57% | - |
| XYZ | 16.6 | 10.92 | 17.45 | - |
| YUV | 94.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 115 | 0 | 0.56 | 0.21 | 0.43 | 322.22 | 0.39 | 0.41 |
| Hex | 91 | 40 | 73 | 0 | 38 | 15 | 2B | 142 | 27 | 29 |
| Octal | 221 | 100 | 163 | 0 | 70 | 25 | 53 | 502 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1110011 | 0 | 111000 | 10101 | 101011 | 101000010 | 100111 | 101001 |
Color Harmonies of #914073
Complementary color
Monochromatic Colors of #914073
Black with #914073
Text Example
Text Example
White with #914073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914073; }
p { color: rgb(145,64,115); }
H1.HeaderClassName
{
color: #914073;
}
.AnyTagClassName
{
color: #914073;
}
</style>
background-color css
<style>
a { background-color: #914073; }
a { background-color: rgb(145,64,115); }
div.DivClassName
{
background-color: #914073;
}
.BgClassName
{
background-color: #914073;
}
</style>
border-color css
<style>
span { border-color: #914073; }
span { border-color: rgb(145,64,115); }
td.TdClassName
{
border-color: #914073;
}
.TagClassName
{
border-color: #914073;
}
</style>