Shades of Cadillac #914858
Tints of Cadillac #914858
RGB
CMYK
RGB Variations
Color information
#914858 (or 0x914858) is known color: Cadillac. HEX triplet: 91, 48 and 58. RGB value is (145,72,88). Sum of RGB (Red+Green+Blue) = 145+72+88=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #914858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914858 is #6EB7A7. Grayscale: #5F5F5F. Windows color (decimal): -7255976 or 5785745. OLE color: 5785745.
HSL color Cylindrical-coordinate representation of color #914858: hue angle of 346.85º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914858 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 88 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.43 |
| HSL | 346.85º | 0.34% | 0.43% | - |
| HSV(B) | 346.85º | 0.5% | 0.57% | - |
| XYZ | 15.76 | 11.36 | 10.59 | - |
| YUV | 95.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 88 | 0 | 0.50 | 0.39 | 0.43 | 346.85 | 0.34 | 0.43 |
| Hex | 91 | 48 | 58 | 0 | 32 | 27 | 2B | 15B | 22 | 2B |
| Octal | 221 | 110 | 130 | 0 | 62 | 47 | 53 | 533 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1011000 | 0 | 110010 | 100111 | 101011 | 101011011 | 100010 | 101011 |
Color Harmonies of #914858
Complementary color
Monochromatic Colors of #914858
Black with #914858
Text Example
Text Example
White with #914858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914858; }
p { color: rgb(145,72,88); }
H1.HeaderClassName
{
color: #914858;
}
.AnyTagClassName
{
color: #914858;
}
</style>
background-color css
<style>
a { background-color: #914858; }
a { background-color: rgb(145,72,88); }
div.DivClassName
{
background-color: #914858;
}
.BgClassName
{
background-color: #914858;
}
</style>
border-color css
<style>
span { border-color: #914858; }
span { border-color: rgb(145,72,88); }
td.TdClassName
{
border-color: #914858;
}
.TagClassName
{
border-color: #914858;
}
</style>