Shades of Cadillac #913D6B
Tints of Cadillac #913D6B
RGB
CMYK
RGB Variations
Color information
#913D6B (or 0x913D6B) is known color: Cadillac. HEX triplet: 91, 3D and 6B. RGB value is (145,61,107). Sum of RGB (Red+Green+Blue) = 145+61+107=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #913D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D6B is #6EC294. Grayscale: #5B5B5B. Windows color (decimal): -7258773 or 7028113. OLE color: 7028113.
HSL color Cylindrical-coordinate representation of color #913D6B: hue angle of 327.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D6B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 107 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.43 |
| HSL | 327.14º | 0.41% | 0.4% | - |
| HSV(B) | 327.14º | 0.58% | 0.57% | - |
| XYZ | 16 | 10.42 | 15.08 | - |
| YUV | 91.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 107 | 0 | 0.58 | 0.26 | 0.43 | 327.14 | 0.41 | 0.4 |
| Hex | 91 | 3D | 6B | 0 | 3A | 1A | 2B | 147 | 29 | 28 |
| Octal | 221 | 75 | 153 | 0 | 72 | 32 | 53 | 507 | 51 | 50 |
| Binary | 10010001 | 111101 | 1101011 | 0 | 111010 | 11010 | 101011 | 101000111 | 101001 | 101000 |
Color Harmonies of #913D6B
Complementary color
Monochromatic Colors of #913D6B
Black with #913D6B
Text Example
Text Example
White with #913D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D6B; }
p { color: rgb(145,61,107); }
H1.HeaderClassName
{
color: #913D6B;
}
.AnyTagClassName
{
color: #913D6B;
}
</style>
background-color css
<style>
a { background-color: #913D6B; }
a { background-color: rgb(145,61,107); }
div.DivClassName
{
background-color: #913D6B;
}
.BgClassName
{
background-color: #913D6B;
}
</style>
border-color css
<style>
span { border-color: #913D6B; }
span { border-color: rgb(145,61,107); }
td.TdClassName
{
border-color: #913D6B;
}
.TagClassName
{
border-color: #913D6B;
}
</style>