Shades of Cadillac #994271
Tints of Cadillac #994271
RGB
CMYK
RGB Variations
Color information
#994271 (or 0x994271) is known color: Cadillac. HEX triplet: 99, 42 and 71. RGB value is (153,66,113). Sum of RGB (Red+Green+Blue) = 153+66+113=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #994271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994271 is #66BD8E. Grayscale: #616161. Windows color (decimal): -6733199 or 7422617. OLE color: 7422617.
HSL color Cylindrical-coordinate representation of color #994271: hue angle of 327.59º 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 #994271 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 113 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.4 |
| HSL | 327.59º | 0.4% | 0.43% | - |
| HSV(B) | 327.59º | 0.57% | 0.6% | - |
| XYZ | 18.07 | 11.86 | 16.96 | - |
| YUV | 97.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 113 | 0 | 0.57 | 0.26 | 0.4 | 327.59 | 0.4 | 0.43 |
| Hex | 99 | 42 | 71 | 0 | 39 | 1A | 28 | 148 | 28 | 2B |
| Octal | 231 | 102 | 161 | 0 | 71 | 32 | 50 | 510 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1110001 | 0 | 111001 | 11010 | 101000 | 101001000 | 101000 | 101011 |
Color Harmonies of #994271
Complementary color
Monochromatic Colors of #994271
Black with #994271
Text Example
Text Example
White with #994271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994271; }
p { color: rgb(153,66,113); }
H1.HeaderClassName
{
color: #994271;
}
.AnyTagClassName
{
color: #994271;
}
</style>
background-color css
<style>
a { background-color: #994271; }
a { background-color: rgb(153,66,113); }
div.DivClassName
{
background-color: #994271;
}
.BgClassName
{
background-color: #994271;
}
</style>
border-color css
<style>
span { border-color: #994271; }
span { border-color: rgb(153,66,113); }
td.TdClassName
{
border-color: #994271;
}
.TagClassName
{
border-color: #994271;
}
</style>