Shades of Cadillac #914367
Tints of Cadillac #914367
RGB
CMYK
RGB Variations
Color information
#914367 (or 0x914367) is known color: Cadillac. HEX triplet: 91, 43 and 67. RGB value is (145,67,103). Sum of RGB (Red+Green+Blue) = 145+67+103=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914367 is #6EBC98. Grayscale: #5E5E5E. Windows color (decimal): -7257241 or 6767505. OLE color: 6767505.
HSL color Cylindrical-coordinate representation of color #914367: hue angle of 332.31º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914367 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 103 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.43 |
| HSL | 332.31º | 0.37% | 0.42% | - |
| HSV(B) | 332.31º | 0.54% | 0.57% | - |
| XYZ | 16.13 | 11.01 | 14.11 | - |
| YUV | 94.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 103 | 0 | 0.54 | 0.29 | 0.43 | 332.31 | 0.37 | 0.42 |
| Hex | 91 | 43 | 67 | 0 | 36 | 1D | 2B | 14C | 25 | 2A |
| Octal | 221 | 103 | 147 | 0 | 66 | 35 | 53 | 514 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1100111 | 0 | 110110 | 11101 | 101011 | 101001100 | 100101 | 101010 |
Color Harmonies of #914367
Complementary color
Monochromatic Colors of #914367
Black with #914367
Text Example
Text Example
White with #914367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914367; }
p { color: rgb(145,67,103); }
H1.HeaderClassName
{
color: #914367;
}
.AnyTagClassName
{
color: #914367;
}
</style>
background-color css
<style>
a { background-color: #914367; }
a { background-color: rgb(145,67,103); }
div.DivClassName
{
background-color: #914367;
}
.BgClassName
{
background-color: #914367;
}
</style>
border-color css
<style>
span { border-color: #914367; }
span { border-color: rgb(145,67,103); }
td.TdClassName
{
border-color: #914367;
}
.TagClassName
{
border-color: #914367;
}
</style>