Shades of Cadillac #89435B
Tints of Cadillac #89435B
RGB
CMYK
RGB Variations
Color information
#89435B (or 0x89435B) is known color: Cadillac. HEX triplet: 89, 43 and 5B. RGB value is (137,67,91). Sum of RGB (Red+Green+Blue) = 137+67+91=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89435B is #76BCA4. Grayscale: #5A5A5A. Windows color (decimal): -7781541 or 5981065. OLE color: 5981065.
HSL color Cylindrical-coordinate representation of color #89435B: hue angle of 339.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89435B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 91 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.46 |
| HSL | 339.43º | 0.34% | 0.4% | - |
| HSV(B) | 339.43º | 0.51% | 0.54% | - |
| XYZ | 14.21 | 10.09 | 11.1 | - |
| YUV | 90.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 91 | 0 | 0.51 | 0.34 | 0.46 | 339.43 | 0.34 | 0.4 |
| Hex | 89 | 43 | 5B | 0 | 33 | 22 | 2E | 153 | 22 | 28 |
| Octal | 211 | 103 | 133 | 0 | 63 | 42 | 56 | 523 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1011011 | 0 | 110011 | 100010 | 101110 | 101010011 | 100010 | 101000 |
Color Harmonies of #89435B
Complementary color
Monochromatic Colors of #89435B
Black with #89435B
Text Example
Text Example
White with #89435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89435B; }
p { color: rgb(137,67,91); }
H1.HeaderClassName
{
color: #89435B;
}
.AnyTagClassName
{
color: #89435B;
}
</style>
background-color css
<style>
a { background-color: #89435B; }
a { background-color: rgb(137,67,91); }
div.DivClassName
{
background-color: #89435B;
}
.BgClassName
{
background-color: #89435B;
}
</style>
border-color css
<style>
span { border-color: #89435B; }
span { border-color: rgb(137,67,91); }
td.TdClassName
{
border-color: #89435B;
}
.TagClassName
{
border-color: #89435B;
}
</style>