Shades of Cadillac #99415B
Tints of Cadillac #99415B
RGB
CMYK
RGB Variations
Color information
#99415B (or 0x99415B) is known color: Cadillac. HEX triplet: 99, 41 and 5B. RGB value is (153,65,91). Sum of RGB (Red+Green+Blue) = 153+65+91=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99415B is #66BEA4. Grayscale: #5E5E5E. Windows color (decimal): -6733477 or 5980569. OLE color: 5980569.
HSL color Cylindrical-coordinate representation of color #99415B: hue angle of 342.27º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99415B is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 91 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.4 |
| HSL | 342.27º | 0.4% | 0.43% | - |
| HSV(B) | 342.27º | 0.58% | 0.6% | - |
| XYZ | 16.92 | 11.31 | 11.19 | - |
| YUV | 94.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 91 | 0 | 0.58 | 0.41 | 0.4 | 342.27 | 0.4 | 0.43 |
| Hex | 99 | 41 | 5B | 0 | 3A | 29 | 28 | 156 | 28 | 2B |
| Octal | 231 | 101 | 133 | 0 | 72 | 51 | 50 | 526 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1011011 | 0 | 111010 | 101001 | 101000 | 101010110 | 101000 | 101011 |
Color Harmonies of #99415B
Complementary color
Monochromatic Colors of #99415B
Black with #99415B
Text Example
Text Example
White with #99415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99415B; }
p { color: rgb(153,65,91); }
H1.HeaderClassName
{
color: #99415B;
}
.AnyTagClassName
{
color: #99415B;
}
</style>
background-color css
<style>
a { background-color: #99415B; }
a { background-color: rgb(153,65,91); }
div.DivClassName
{
background-color: #99415B;
}
.BgClassName
{
background-color: #99415B;
}
</style>
border-color css
<style>
span { border-color: #99415B; }
span { border-color: rgb(153,65,91); }
td.TdClassName
{
border-color: #99415B;
}
.TagClassName
{
border-color: #99415B;
}
</style>