Shades of Cadillac #89405C
Tints of Cadillac #89405C
RGB
CMYK
RGB Variations
Color information
#89405C (or 0x89405C) is known color: Cadillac. HEX triplet: 89, 40 and 5C. RGB value is (137,64,92). Sum of RGB (Red+Green+Blue) = 137+64+92=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #89405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89405C is #76BFA3. Grayscale: #585858. Windows color (decimal): -7782308 or 6045833. OLE color: 6045833.
HSL color Cylindrical-coordinate representation of color #89405C: hue angle of 336.99º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89405C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 92 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.46 |
| HSL | 336.99º | 0.36% | 0.39% | - |
| HSV(B) | 336.99º | 0.53% | 0.54% | - |
| XYZ | 14.08 | 9.76 | 11.27 | - |
| YUV | 89.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 92 | 0 | 0.53 | 0.33 | 0.46 | 336.99 | 0.36 | 0.39 |
| Hex | 89 | 40 | 5C | 0 | 35 | 21 | 2E | 151 | 24 | 27 |
| Octal | 211 | 100 | 134 | 0 | 65 | 41 | 56 | 521 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1011100 | 0 | 110101 | 100001 | 101110 | 101010001 | 100100 | 100111 |
Color Harmonies of #89405C
Complementary color
Monochromatic Colors of #89405C
Black with #89405C
Text Example
Text Example
White with #89405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89405C; }
p { color: rgb(137,64,92); }
H1.HeaderClassName
{
color: #89405C;
}
.AnyTagClassName
{
color: #89405C;
}
</style>
background-color css
<style>
a { background-color: #89405C; }
a { background-color: rgb(137,64,92); }
div.DivClassName
{
background-color: #89405C;
}
.BgClassName
{
background-color: #89405C;
}
</style>
border-color css
<style>
span { border-color: #89405C; }
span { border-color: rgb(137,64,92); }
td.TdClassName
{
border-color: #89405C;
}
.TagClassName
{
border-color: #89405C;
}
</style>