Shades of Cadillac #993F5B
Tints of Cadillac #993F5B
RGB
CMYK
RGB Variations
Color information
#993F5B (or 0x993F5B) is known color: Cadillac. HEX triplet: 99, 3F and 5B. RGB value is (153,63,91). Sum of RGB (Red+Green+Blue) = 153+63+91=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F5B is #66C0A4. Grayscale: #5D5D5D. Windows color (decimal): -6733989 or 5980057. OLE color: 5980057.
HSL color Cylindrical-coordinate representation of color #993F5B: hue angle of 341.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F5B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 91 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.4 |
| HSL | 341.33º | 0.42% | 0.42% | - |
| HSV(B) | 341.33º | 0.59% | 0.6% | - |
| XYZ | 16.8 | 11.08 | 11.15 | - |
| YUV | 93.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 91 | 0 | 0.59 | 0.41 | 0.4 | 341.33 | 0.42 | 0.42 |
| Hex | 99 | 3F | 5B | 0 | 3B | 29 | 28 | 155 | 2A | 2A |
| Octal | 231 | 77 | 133 | 0 | 73 | 51 | 50 | 525 | 52 | 52 |
| Binary | 10011001 | 111111 | 1011011 | 0 | 111011 | 101001 | 101000 | 101010101 | 101010 | 101010 |
Color Harmonies of #993F5B
Complementary color
Monochromatic Colors of #993F5B
Black with #993F5B
Text Example
Text Example
White with #993F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F5B; }
p { color: rgb(153,63,91); }
H1.HeaderClassName
{
color: #993F5B;
}
.AnyTagClassName
{
color: #993F5B;
}
</style>
background-color css
<style>
a { background-color: #993F5B; }
a { background-color: rgb(153,63,91); }
div.DivClassName
{
background-color: #993F5B;
}
.BgClassName
{
background-color: #993F5B;
}
</style>
border-color css
<style>
span { border-color: #993F5B; }
span { border-color: rgb(153,63,91); }
td.TdClassName
{
border-color: #993F5B;
}
.TagClassName
{
border-color: #993F5B;
}
</style>