Shades of Cadillac #983D5D
Tints of Cadillac #983D5D
RGB
CMYK
RGB Variations
Color information
#983D5D (or 0x983D5D) is known color: Cadillac. HEX triplet: 98, 3D and 5D. RGB value is (152,61,93). Sum of RGB (Red+Green+Blue) = 152+61+93=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D5D is #67C2A2. Grayscale: #5B5B5B. Windows color (decimal): -6800035 or 6110616. OLE color: 6110616.
HSL color Cylindrical-coordinate representation of color #983D5D: hue angle of 338.9º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D5D is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 93 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.40 |
| HSL | 338.9º | 0.43% | 0.42% | - |
| HSV(B) | 338.9º | 0.6% | 0.6% | - |
| XYZ | 16.59 | 10.8 | 11.57 | - |
| YUV | 91.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 93 | 0 | 0.60 | 0.39 | 0.40 | 338.9 | 0.43 | 0.42 |
| Hex | 98 | 3D | 5D | 0 | 3C | 27 | 28 | 153 | 2B | 2A |
| Octal | 230 | 75 | 135 | 0 | 74 | 47 | 50 | 523 | 53 | 52 |
| Binary | 10011000 | 111101 | 1011101 | 0 | 111100 | 100111 | 101000 | 101010011 | 101011 | 101010 |
Color Harmonies of #983D5D
Complementary color
Monochromatic Colors of #983D5D
Black with #983D5D
Text Example
Text Example
White with #983D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D5D; }
p { color: rgb(152,61,93); }
H1.HeaderClassName
{
color: #983D5D;
}
.AnyTagClassName
{
color: #983D5D;
}
</style>
background-color css
<style>
a { background-color: #983D5D; }
a { background-color: rgb(152,61,93); }
div.DivClassName
{
background-color: #983D5D;
}
.BgClassName
{
background-color: #983D5D;
}
</style>
border-color css
<style>
span { border-color: #983D5D; }
span { border-color: rgb(152,61,93); }
td.TdClassName
{
border-color: #983D5D;
}
.TagClassName
{
border-color: #983D5D;
}
</style>