Shades of Cadillac #94415D
Tints of Cadillac #94415D
RGB
CMYK
RGB Variations
Color information
#94415D (or 0x94415D) is known color: Cadillac. HEX triplet: 94, 41 and 5D. RGB value is (148,65,93). Sum of RGB (Red+Green+Blue) = 148+65+93=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94415D is #6BBEA2. Grayscale: #5C5C5C. Windows color (decimal): -7061155 or 6111636. OLE color: 6111636.
HSL color Cylindrical-coordinate representation of color #94415D: hue angle of 339.76º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94415D is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 93 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.42 |
| HSL | 339.76º | 0.39% | 0.42% | - |
| HSV(B) | 339.76º | 0.56% | 0.58% | - |
| XYZ | 16.08 | 10.87 | 11.61 | - |
| YUV | 93.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 93 | 0 | 0.56 | 0.37 | 0.42 | 339.76 | 0.39 | 0.42 |
| Hex | 94 | 41 | 5D | 0 | 38 | 25 | 2A | 154 | 27 | 2A |
| Octal | 224 | 101 | 135 | 0 | 70 | 45 | 52 | 524 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1011101 | 0 | 111000 | 100101 | 101010 | 101010100 | 100111 | 101010 |
Color Harmonies of #94415D
Complementary color
Monochromatic Colors of #94415D
Black with #94415D
Text Example
Text Example
White with #94415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94415D; }
p { color: rgb(148,65,93); }
H1.HeaderClassName
{
color: #94415D;
}
.AnyTagClassName
{
color: #94415D;
}
</style>
background-color css
<style>
a { background-color: #94415D; }
a { background-color: rgb(148,65,93); }
div.DivClassName
{
background-color: #94415D;
}
.BgClassName
{
background-color: #94415D;
}
</style>
border-color css
<style>
span { border-color: #94415D; }
span { border-color: rgb(148,65,93); }
td.TdClassName
{
border-color: #94415D;
}
.TagClassName
{
border-color: #94415D;
}
</style>