Shades of Cadillac #904A5B
Tints of Cadillac #904A5B
RGB
CMYK
RGB Variations
Color information
#904A5B (or 0x904A5B) is known color: Cadillac. HEX triplet: 90, 4A and 5B. RGB value is (144,74,91). Sum of RGB (Red+Green+Blue) = 144+74+91=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A5B is #6FB5A4. Grayscale: #606060. Windows color (decimal): -7320997 or 5982864. OLE color: 5982864.
HSL color Cylindrical-coordinate representation of color #904A5B: hue angle of 345.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904A5B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 91 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.44 |
| HSL | 345.43º | 0.32% | 0.43% | - |
| HSV(B) | 345.43º | 0.49% | 0.56% | - |
| XYZ | 15.84 | 11.58 | 11.3 | - |
| YUV | 96.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 91 | 0 | 0.49 | 0.37 | 0.44 | 345.43 | 0.32 | 0.43 |
| Hex | 90 | 4A | 5B | 0 | 31 | 25 | 2C | 159 | 20 | 2B |
| Octal | 220 | 112 | 133 | 0 | 61 | 45 | 54 | 531 | 40 | 53 |
| Binary | 10010000 | 1001010 | 1011011 | 0 | 110001 | 100101 | 101100 | 101011001 | 100000 | 101011 |
Color Harmonies of #904A5B
Complementary color
Monochromatic Colors of #904A5B
Black with #904A5B
Text Example
Text Example
White with #904A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A5B; }
p { color: rgb(144,74,91); }
H1.HeaderClassName
{
color: #904A5B;
}
.AnyTagClassName
{
color: #904A5B;
}
</style>
background-color css
<style>
a { background-color: #904A5B; }
a { background-color: rgb(144,74,91); }
div.DivClassName
{
background-color: #904A5B;
}
.BgClassName
{
background-color: #904A5B;
}
</style>
border-color css
<style>
span { border-color: #904A5B; }
span { border-color: rgb(144,74,91); }
td.TdClassName
{
border-color: #904A5B;
}
.TagClassName
{
border-color: #904A5B;
}
</style>