Shades of Cadillac #914B58
Tints of Cadillac #914B58
RGB
CMYK
RGB Variations
Color information
#914B58 (or 0x914B58) is known color: Cadillac. HEX triplet: 91, 4B and 58. RGB value is (145,75,88). Sum of RGB (Red+Green+Blue) = 145+75+88=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #914B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B58 is #6EB4A7. Grayscale: #616161. Windows color (decimal): -7255208 or 5786513. OLE color: 5786513.
HSL color Cylindrical-coordinate representation of color #914B58: hue angle of 348.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914B58 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 75 | 88 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.43 |
| HSL | 348.86º | 0.32% | 0.43% | - |
| HSV(B) | 348.86º | 0.48% | 0.57% | - |
| XYZ | 15.95 | 11.76 | 10.66 | - |
| YUV | 97.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 88 | 0 | 0.48 | 0.39 | 0.43 | 348.86 | 0.32 | 0.43 |
| Hex | 91 | 4B | 58 | 0 | 30 | 27 | 2B | 15D | 20 | 2B |
| Octal | 221 | 113 | 130 | 0 | 60 | 47 | 53 | 535 | 40 | 53 |
| Binary | 10010001 | 1001011 | 1011000 | 0 | 110000 | 100111 | 101011 | 101011101 | 100000 | 101011 |
Color Harmonies of #914B58
Complementary color
Monochromatic Colors of #914B58
Black with #914B58
Text Example
Text Example
White with #914B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914B58; }
p { color: rgb(145,75,88); }
H1.HeaderClassName
{
color: #914B58;
}
.AnyTagClassName
{
color: #914B58;
}
</style>
background-color css
<style>
a { background-color: #914B58; }
a { background-color: rgb(145,75,88); }
div.DivClassName
{
background-color: #914B58;
}
.BgClassName
{
background-color: #914B58;
}
</style>
border-color css
<style>
span { border-color: #914B58; }
span { border-color: rgb(145,75,88); }
td.TdClassName
{
border-color: #914B58;
}
.TagClassName
{
border-color: #914B58;
}
</style>