Shades of Cadillac #994D5D
Tints of Cadillac #994D5D
RGB
CMYK
RGB Variations
Color information
#994D5D (or 0x994D5D) is known color: Cadillac. HEX triplet: 99, 4D and 5D. RGB value is (153,77,93). Sum of RGB (Red+Green+Blue) = 153+77+93=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #994D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D5D is #66B2A2. Grayscale: #656565. Windows color (decimal): -6730403 or 6114713. OLE color: 6114713.
HSL color Cylindrical-coordinate representation of color #994D5D: hue angle of 347.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D5D is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 93 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.4 |
| HSL | 347.37º | 0.33% | 0.45% | - |
| HSV(B) | 347.37º | 0.5% | 0.6% | - |
| XYZ | 17.77 | 12.87 | 11.9 | - |
| YUV | 101.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 93 | 0 | 0.50 | 0.39 | 0.4 | 347.37 | 0.33 | 0.45 |
| Hex | 99 | 4D | 5D | 0 | 32 | 27 | 28 | 15B | 21 | 2D |
| Octal | 231 | 115 | 135 | 0 | 62 | 47 | 50 | 533 | 41 | 55 |
| Binary | 10011001 | 1001101 | 1011101 | 0 | 110010 | 100111 | 101000 | 101011011 | 100001 | 101101 |
Color Harmonies of #994D5D
Complementary color
Monochromatic Colors of #994D5D
Black with #994D5D
Text Example
Text Example
White with #994D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D5D; }
p { color: rgb(153,77,93); }
H1.HeaderClassName
{
color: #994D5D;
}
.AnyTagClassName
{
color: #994D5D;
}
</style>
background-color css
<style>
a { background-color: #994D5D; }
a { background-color: rgb(153,77,93); }
div.DivClassName
{
background-color: #994D5D;
}
.BgClassName
{
background-color: #994D5D;
}
</style>
border-color css
<style>
span { border-color: #994D5D; }
span { border-color: rgb(153,77,93); }
td.TdClassName
{
border-color: #994D5D;
}
.TagClassName
{
border-color: #994D5D;
}
</style>