Shades of Cadillac #93446D
Tints of Cadillac #93446D
RGB
CMYK
RGB Variations
Color information
#93446D (or 0x93446D) is known color: Cadillac. HEX triplet: 93, 44 and 6D. RGB value is (147,68,109). Sum of RGB (Red+Green+Blue) = 147+68+109=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93446D is #6CBB92. Grayscale: #606060. Windows color (decimal): -7125907 or 7160979. OLE color: 7160979.
HSL color Cylindrical-coordinate representation of color #93446D: hue angle of 328.86º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93446D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 109 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.42 |
| HSL | 328.86º | 0.37% | 0.42% | - |
| HSV(B) | 328.86º | 0.54% | 0.58% | - |
| XYZ | 16.86 | 11.44 | 15.79 | - |
| YUV | 96.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 109 | 0 | 0.54 | 0.26 | 0.42 | 328.86 | 0.37 | 0.42 |
| Hex | 93 | 44 | 6D | 0 | 36 | 1A | 2A | 149 | 25 | 2A |
| Octal | 223 | 104 | 155 | 0 | 66 | 32 | 52 | 511 | 45 | 52 |
| Binary | 10010011 | 1000100 | 1101101 | 0 | 110110 | 11010 | 101010 | 101001001 | 100101 | 101010 |
Color Harmonies of #93446D
Complementary color
Monochromatic Colors of #93446D
Black with #93446D
Text Example
Text Example
White with #93446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93446D; }
p { color: rgb(147,68,109); }
H1.HeaderClassName
{
color: #93446D;
}
.AnyTagClassName
{
color: #93446D;
}
</style>
background-color css
<style>
a { background-color: #93446D; }
a { background-color: rgb(147,68,109); }
div.DivClassName
{
background-color: #93446D;
}
.BgClassName
{
background-color: #93446D;
}
</style>
border-color css
<style>
span { border-color: #93446D; }
span { border-color: rgb(147,68,109); }
td.TdClassName
{
border-color: #93446D;
}
.TagClassName
{
border-color: #93446D;
}
</style>