Shades of Cadillac #92475B
Tints of Cadillac #92475B
RGB
CMYK
RGB Variations
Color information
#92475B (or 0x92475B) is known color: Cadillac. HEX triplet: 92, 47 and 5B. RGB value is (146,71,91). Sum of RGB (Red+Green+Blue) = 146+71+91=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92475B is #6DB8A4. Grayscale: #5F5F5F. Windows color (decimal): -7190693 or 5982098. OLE color: 5982098.
HSL color Cylindrical-coordinate representation of color #92475B: hue angle of 344º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92475B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 71 | 91 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.43 |
| HSL | 344º | 0.35% | 0.43% | - |
| HSV(B) | 344º | 0.51% | 0.57% | - |
| XYZ | 16 | 11.37 | 11.25 | - |
| YUV | 95.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 91 | 0 | 0.51 | 0.38 | 0.43 | 344 | 0.35 | 0.43 |
| Hex | 92 | 47 | 5B | 0 | 33 | 26 | 2B | 158 | 23 | 2B |
| Octal | 222 | 107 | 133 | 0 | 63 | 46 | 53 | 530 | 43 | 53 |
| Binary | 10010010 | 1000111 | 1011011 | 0 | 110011 | 100110 | 101011 | 101011000 | 100011 | 101011 |
Color Harmonies of #92475B
Complementary color
Monochromatic Colors of #92475B
Black with #92475B
Text Example
Text Example
White with #92475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92475B; }
p { color: rgb(146,71,91); }
H1.HeaderClassName
{
color: #92475B;
}
.AnyTagClassName
{
color: #92475B;
}
</style>
background-color css
<style>
a { background-color: #92475B; }
a { background-color: rgb(146,71,91); }
div.DivClassName
{
background-color: #92475B;
}
.BgClassName
{
background-color: #92475B;
}
</style>
border-color css
<style>
span { border-color: #92475B; }
span { border-color: rgb(146,71,91); }
td.TdClassName
{
border-color: #92475B;
}
.TagClassName
{
border-color: #92475B;
}
</style>