Shades of Cadillac #973B5B
Tints of Cadillac #973B5B
RGB
CMYK
RGB Variations
Color information
#973B5B (or 0x973B5B) is known color: Cadillac. HEX triplet: 97, 3B and 5B. RGB value is (151,59,91). Sum of RGB (Red+Green+Blue) = 151+59+91=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #973B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B5B is #68C4A4. Grayscale: #5A5A5A. Windows color (decimal): -6866085 or 5979031. OLE color: 5979031.
HSL color Cylindrical-coordinate representation of color #973B5B: hue angle of 339.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B5B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 91 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.41 |
| HSL | 339.13º | 0.44% | 0.41% | - |
| HSV(B) | 339.13º | 0.61% | 0.59% | - |
| XYZ | 16.21 | 10.46 | 11.06 | - |
| YUV | 90.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 91 | 0 | 0.61 | 0.40 | 0.41 | 339.13 | 0.44 | 0.41 |
| Hex | 97 | 3B | 5B | 0 | 3D | 28 | 29 | 153 | 2C | 29 |
| Octal | 227 | 73 | 133 | 0 | 75 | 50 | 51 | 523 | 54 | 51 |
| Binary | 10010111 | 111011 | 1011011 | 0 | 111101 | 101000 | 101001 | 101010011 | 101100 | 101001 |
Color Harmonies of #973B5B
Complementary color
Monochromatic Colors of #973B5B
Black with #973B5B
Text Example
Text Example
White with #973B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B5B; }
p { color: rgb(151,59,91); }
H1.HeaderClassName
{
color: #973B5B;
}
.AnyTagClassName
{
color: #973B5B;
}
</style>
background-color css
<style>
a { background-color: #973B5B; }
a { background-color: rgb(151,59,91); }
div.DivClassName
{
background-color: #973B5B;
}
.BgClassName
{
background-color: #973B5B;
}
</style>
border-color css
<style>
span { border-color: #973B5B; }
span { border-color: rgb(151,59,91); }
td.TdClassName
{
border-color: #973B5B;
}
.TagClassName
{
border-color: #973B5B;
}
</style>