Shades of Cadillac #913C6B
Tints of Cadillac #913C6B
RGB
CMYK
RGB Variations
Color information
#913C6B (or 0x913C6B) is known color: Cadillac. HEX triplet: 91, 3C and 6B. RGB value is (145,60,107). Sum of RGB (Red+Green+Blue) = 145+60+107=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C6B is #6EC394. Grayscale: #5A5A5A. Windows color (decimal): -7259029 or 7027857. OLE color: 7027857.
HSL color Cylindrical-coordinate representation of color #913C6B: hue angle of 326.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C6B is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 107 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.43 |
| HSL | 326.82º | 0.41% | 0.4% | - |
| HSV(B) | 326.82º | 0.59% | 0.57% | - |
| XYZ | 15.95 | 10.31 | 15.06 | - |
| YUV | 90.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 107 | 0 | 0.59 | 0.26 | 0.43 | 326.82 | 0.41 | 0.4 |
| Hex | 91 | 3C | 6B | 0 | 3B | 1A | 2B | 147 | 29 | 28 |
| Octal | 221 | 74 | 153 | 0 | 73 | 32 | 53 | 507 | 51 | 50 |
| Binary | 10010001 | 111100 | 1101011 | 0 | 111011 | 11010 | 101011 | 101000111 | 101001 | 101000 |
Color Harmonies of #913C6B
Complementary color
Monochromatic Colors of #913C6B
Black with #913C6B
Text Example
Text Example
White with #913C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C6B; }
p { color: rgb(145,60,107); }
H1.HeaderClassName
{
color: #913C6B;
}
.AnyTagClassName
{
color: #913C6B;
}
</style>
background-color css
<style>
a { background-color: #913C6B; }
a { background-color: rgb(145,60,107); }
div.DivClassName
{
background-color: #913C6B;
}
.BgClassName
{
background-color: #913C6B;
}
</style>
border-color css
<style>
span { border-color: #913C6B; }
span { border-color: rgb(145,60,107); }
td.TdClassName
{
border-color: #913C6B;
}
.TagClassName
{
border-color: #913C6B;
}
</style>