Shades of Cadillac #93475E
Tints of Cadillac #93475E
RGB
CMYK
RGB Variations
Color information
#93475E (or 0x93475E) is known color: Cadillac. HEX triplet: 93, 47 and 5E. RGB value is (147,71,94). Sum of RGB (Red+Green+Blue) = 147+71+94=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93475E is #6CB8A1. Grayscale: #606060. Windows color (decimal): -7125154 or 6178707. OLE color: 6178707.
HSL color Cylindrical-coordinate representation of color #93475E: hue angle of 341.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93475E is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 94 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.42 |
| HSL | 341.84º | 0.35% | 0.43% | - |
| HSV(B) | 341.84º | 0.52% | 0.58% | - |
| XYZ | 16.31 | 11.52 | 11.95 | - |
| YUV | 96.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 94 | 0 | 0.52 | 0.36 | 0.42 | 341.84 | 0.35 | 0.43 |
| Hex | 93 | 47 | 5E | 0 | 34 | 24 | 2A | 156 | 23 | 2B |
| Octal | 223 | 107 | 136 | 0 | 64 | 44 | 52 | 526 | 43 | 53 |
| Binary | 10010011 | 1000111 | 1011110 | 0 | 110100 | 100100 | 101010 | 101010110 | 100011 | 101011 |
Color Harmonies of #93475E
Complementary color
Monochromatic Colors of #93475E
Black with #93475E
Text Example
Text Example
White with #93475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93475E; }
p { color: rgb(147,71,94); }
H1.HeaderClassName
{
color: #93475E;
}
.AnyTagClassName
{
color: #93475E;
}
</style>
background-color css
<style>
a { background-color: #93475E; }
a { background-color: rgb(147,71,94); }
div.DivClassName
{
background-color: #93475E;
}
.BgClassName
{
background-color: #93475E;
}
</style>
border-color css
<style>
span { border-color: #93475E; }
span { border-color: rgb(147,71,94); }
td.TdClassName
{
border-color: #93475E;
}
.TagClassName
{
border-color: #93475E;
}
</style>