Shades of Cadillac #98415D
Tints of Cadillac #98415D
RGB
CMYK
RGB Variations
Color information
#98415D (or 0x98415D) is known color: Cadillac. HEX triplet: 98, 41 and 5D. RGB value is (152,65,93). Sum of RGB (Red+Green+Blue) = 152+65+93=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98415D is #67BEA2. Grayscale: #5E5E5E. Windows color (decimal): -6799011 or 6111640. OLE color: 6111640.
HSL color Cylindrical-coordinate representation of color #98415D: hue angle of 340.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98415D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 93 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.40 |
| HSL | 340.69º | 0.4% | 0.43% | - |
| HSV(B) | 340.69º | 0.57% | 0.6% | - |
| XYZ | 16.81 | 11.25 | 11.64 | - |
| YUV | 94.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 93 | 0 | 0.57 | 0.39 | 0.40 | 340.69 | 0.4 | 0.43 |
| Hex | 98 | 41 | 5D | 0 | 39 | 27 | 28 | 155 | 28 | 2B |
| Octal | 230 | 101 | 135 | 0 | 71 | 47 | 50 | 525 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1011101 | 0 | 111001 | 100111 | 101000 | 101010101 | 101000 | 101011 |
Color Harmonies of #98415D
Complementary color
Monochromatic Colors of #98415D
Black with #98415D
Text Example
Text Example
White with #98415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98415D; }
p { color: rgb(152,65,93); }
H1.HeaderClassName
{
color: #98415D;
}
.AnyTagClassName
{
color: #98415D;
}
</style>
background-color css
<style>
a { background-color: #98415D; }
a { background-color: rgb(152,65,93); }
div.DivClassName
{
background-color: #98415D;
}
.BgClassName
{
background-color: #98415D;
}
</style>
border-color css
<style>
span { border-color: #98415D; }
span { border-color: rgb(152,65,93); }
td.TdClassName
{
border-color: #98415D;
}
.TagClassName
{
border-color: #98415D;
}
</style>