Shades of Cadillac #933B5D
Tints of Cadillac #933B5D
RGB
CMYK
RGB Variations
Color information
#933B5D (or 0x933B5D) is known color: Cadillac. HEX triplet: 93, 3B and 5D. RGB value is (147,59,93). Sum of RGB (Red+Green+Blue) = 147+59+93=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #933B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933B5D is #6CC4A2. Grayscale: #595959. Windows color (decimal): -7128227 or 6110099. OLE color: 6110099.
HSL color Cylindrical-coordinate representation of color #933B5D: hue angle of 336.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #933B5D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 59 | 93 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.42 |
| HSL | 336.82º | 0.43% | 0.4% | - |
| HSV(B) | 336.82º | 0.6% | 0.58% | - |
| XYZ | 15.57 | 10.12 | 11.49 | - |
| YUV | 89.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 93 | 0 | 0.60 | 0.37 | 0.42 | 336.82 | 0.43 | 0.4 |
| Hex | 93 | 3B | 5D | 0 | 3C | 25 | 2A | 151 | 2B | 28 |
| Octal | 223 | 73 | 135 | 0 | 74 | 45 | 52 | 521 | 53 | 50 |
| Binary | 10010011 | 111011 | 1011101 | 0 | 111100 | 100101 | 101010 | 101010001 | 101011 | 101000 |
Color Harmonies of #933B5D
Complementary color
Monochromatic Colors of #933B5D
Black with #933B5D
Text Example
Text Example
White with #933B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933B5D; }
p { color: rgb(147,59,93); }
H1.HeaderClassName
{
color: #933B5D;
}
.AnyTagClassName
{
color: #933B5D;
}
</style>
background-color css
<style>
a { background-color: #933B5D; }
a { background-color: rgb(147,59,93); }
div.DivClassName
{
background-color: #933B5D;
}
.BgClassName
{
background-color: #933B5D;
}
</style>
border-color css
<style>
span { border-color: #933B5D; }
span { border-color: rgb(147,59,93); }
td.TdClassName
{
border-color: #933B5D;
}
.TagClassName
{
border-color: #933B5D;
}
</style>