Shades of Cadillac #91446B
Tints of Cadillac #91446B
RGB
CMYK
RGB Variations
Color information
#91446B (or 0x91446B) is known color: Cadillac. HEX triplet: 91, 44 and 6B. RGB value is (145,68,107). Sum of RGB (Red+Green+Blue) = 145+68+107=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91446B is #6EBB94. Grayscale: #5F5F5F. Windows color (decimal): -7256981 or 7029905. OLE color: 7029905.
HSL color Cylindrical-coordinate representation of color #91446B: hue angle of 329.61º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91446B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 107 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.43 |
| HSL | 329.61º | 0.36% | 0.42% | - |
| HSV(B) | 329.61º | 0.53% | 0.57% | - |
| XYZ | 16.4 | 11.22 | 15.21 | - |
| YUV | 95.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 107 | 0 | 0.53 | 0.26 | 0.43 | 329.61 | 0.36 | 0.42 |
| Hex | 91 | 44 | 6B | 0 | 35 | 1A | 2B | 14A | 24 | 2A |
| Octal | 221 | 104 | 153 | 0 | 65 | 32 | 53 | 512 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1101011 | 0 | 110101 | 11010 | 101011 | 101001010 | 100100 | 101010 |
Color Harmonies of #91446B
Complementary color
Monochromatic Colors of #91446B
Black with #91446B
Text Example
Text Example
White with #91446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91446B; }
p { color: rgb(145,68,107); }
H1.HeaderClassName
{
color: #91446B;
}
.AnyTagClassName
{
color: #91446B;
}
</style>
background-color css
<style>
a { background-color: #91446B; }
a { background-color: rgb(145,68,107); }
div.DivClassName
{
background-color: #91446B;
}
.BgClassName
{
background-color: #91446B;
}
</style>
border-color css
<style>
span { border-color: #91446B; }
span { border-color: rgb(145,68,107); }
td.TdClassName
{
border-color: #91446B;
}
.TagClassName
{
border-color: #91446B;
}
</style>