Shades of Cadillac #973D5E
Tints of Cadillac #973D5E
RGB
CMYK
RGB Variations
Color information
#973D5E (or 0x973D5E) is known color: Cadillac. HEX triplet: 97, 3D and 5E. RGB value is (151,61,94). Sum of RGB (Red+Green+Blue) = 151+61+94=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #973D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D5E is #68C2A1. Grayscale: #5B5B5B. Windows color (decimal): -6865570 or 6176151. OLE color: 6176151.
HSL color Cylindrical-coordinate representation of color #973D5E: hue angle of 338º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D5E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 94 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.41 |
| HSL | 338º | 0.42% | 0.42% | - |
| HSV(B) | 338º | 0.6% | 0.59% | - |
| XYZ | 16.45 | 10.72 | 11.79 | - |
| YUV | 91.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 94 | 0 | 0.60 | 0.38 | 0.41 | 338 | 0.42 | 0.42 |
| Hex | 97 | 3D | 5E | 0 | 3C | 26 | 29 | 152 | 2A | 2A |
| Octal | 227 | 75 | 136 | 0 | 74 | 46 | 51 | 522 | 52 | 52 |
| Binary | 10010111 | 111101 | 1011110 | 0 | 111100 | 100110 | 101001 | 101010010 | 101010 | 101010 |
Color Harmonies of #973D5E
Complementary color
Monochromatic Colors of #973D5E
Black with #973D5E
Text Example
Text Example
White with #973D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D5E; }
p { color: rgb(151,61,94); }
H1.HeaderClassName
{
color: #973D5E;
}
.AnyTagClassName
{
color: #973D5E;
}
</style>
background-color css
<style>
a { background-color: #973D5E; }
a { background-color: rgb(151,61,94); }
div.DivClassName
{
background-color: #973D5E;
}
.BgClassName
{
background-color: #973D5E;
}
</style>
border-color css
<style>
span { border-color: #973D5E; }
span { border-color: rgb(151,61,94); }
td.TdClassName
{
border-color: #973D5E;
}
.TagClassName
{
border-color: #973D5E;
}
</style>