Shades of Cadillac #93425A
Tints of Cadillac #93425A
RGB
CMYK
RGB Variations
Color information
#93425A (or 0x93425A) is known color: Cadillac. HEX triplet: 93, 42 and 5A. RGB value is (147,66,90). Sum of RGB (Red+Green+Blue) = 147+66+90=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93425A is #6CBDA5. Grayscale: #5C5C5C. Windows color (decimal): -7126438 or 5915283. OLE color: 5915283.
HSL color Cylindrical-coordinate representation of color #93425A: hue angle of 342.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93425A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 90 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.42 |
| HSL | 342.22º | 0.38% | 0.42% | - |
| HSV(B) | 342.22º | 0.55% | 0.58% | - |
| XYZ | 15.83 | 10.84 | 10.93 | - |
| YUV | 92.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 90 | 0 | 0.55 | 0.39 | 0.42 | 342.22 | 0.38 | 0.42 |
| Hex | 93 | 42 | 5A | 0 | 37 | 27 | 2A | 156 | 26 | 2A |
| Octal | 223 | 102 | 132 | 0 | 67 | 47 | 52 | 526 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1011010 | 0 | 110111 | 100111 | 101010 | 101010110 | 100110 | 101010 |
Color Harmonies of #93425A
Complementary color
Monochromatic Colors of #93425A
Black with #93425A
Text Example
Text Example
White with #93425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93425A; }
p { color: rgb(147,66,90); }
H1.HeaderClassName
{
color: #93425A;
}
.AnyTagClassName
{
color: #93425A;
}
</style>
background-color css
<style>
a { background-color: #93425A; }
a { background-color: rgb(147,66,90); }
div.DivClassName
{
background-color: #93425A;
}
.BgClassName
{
background-color: #93425A;
}
</style>
border-color css
<style>
span { border-color: #93425A; }
span { border-color: rgb(147,66,90); }
td.TdClassName
{
border-color: #93425A;
}
.TagClassName
{
border-color: #93425A;
}
</style>