Shades of Cadillac #92396B
Tints of Cadillac #92396B
RGB
CMYK
RGB Variations
Color information
#92396B (or 0x92396B) is known color: Cadillac. HEX triplet: 92, 39 and 6B. RGB value is (146,57,107). Sum of RGB (Red+Green+Blue) = 146+57+107=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92396B is #6DC694. Grayscale: #595959. Windows color (decimal): -7194261 or 7027090. OLE color: 7027090.
HSL color Cylindrical-coordinate representation of color #92396B: hue angle of 326.29º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92396B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 107 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.43 |
| HSL | 326.29º | 0.44% | 0.4% | - |
| HSV(B) | 326.29º | 0.61% | 0.57% | - |
| XYZ | 15.97 | 10.1 | 15.02 | - |
| YUV | 89.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 107 | 0 | 0.61 | 0.27 | 0.43 | 326.29 | 0.44 | 0.4 |
| Hex | 92 | 39 | 6B | 0 | 3D | 1B | 2B | 146 | 2C | 28 |
| Octal | 222 | 71 | 153 | 0 | 75 | 33 | 53 | 506 | 54 | 50 |
| Binary | 10010010 | 111001 | 1101011 | 0 | 111101 | 11011 | 101011 | 101000110 | 101100 | 101000 |
Color Harmonies of #92396B
Complementary color
Monochromatic Colors of #92396B
Black with #92396B
Text Example
Text Example
White with #92396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92396B; }
p { color: rgb(146,57,107); }
H1.HeaderClassName
{
color: #92396B;
}
.AnyTagClassName
{
color: #92396B;
}
</style>
background-color css
<style>
a { background-color: #92396B; }
a { background-color: rgb(146,57,107); }
div.DivClassName
{
background-color: #92396B;
}
.BgClassName
{
background-color: #92396B;
}
</style>
border-color css
<style>
span { border-color: #92396B; }
span { border-color: rgb(146,57,107); }
td.TdClassName
{
border-color: #92396B;
}
.TagClassName
{
border-color: #92396B;
}
</style>