Shades of Cadillac #93425F
Tints of Cadillac #93425F
RGB
CMYK
RGB Variations
Color information
#93425F (or 0x93425F) is known color: Cadillac. HEX triplet: 93, 42 and 5F. RGB value is (147,66,95). Sum of RGB (Red+Green+Blue) = 147+66+95=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93425F is #6CBDA0. Grayscale: #5D5D5D. Windows color (decimal): -7126433 or 6242963. OLE color: 6242963.
HSL color Cylindrical-coordinate representation of color #93425F: hue angle of 338.52º 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 #93425F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 95 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.42 |
| HSL | 338.52º | 0.38% | 0.42% | - |
| HSV(B) | 338.52º | 0.55% | 0.58% | - |
| XYZ | 16.05 | 10.93 | 12.09 | - |
| YUV | 93.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 95 | 0 | 0.55 | 0.35 | 0.42 | 338.52 | 0.38 | 0.42 |
| Hex | 93 | 42 | 5F | 0 | 37 | 23 | 2A | 153 | 26 | 2A |
| Octal | 223 | 102 | 137 | 0 | 67 | 43 | 52 | 523 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1011111 | 0 | 110111 | 100011 | 101010 | 101010011 | 100110 | 101010 |
Color Harmonies of #93425F
Complementary color
Monochromatic Colors of #93425F
Black with #93425F
Text Example
Text Example
White with #93425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93425F; }
p { color: rgb(147,66,95); }
H1.HeaderClassName
{
color: #93425F;
}
.AnyTagClassName
{
color: #93425F;
}
</style>
background-color css
<style>
a { background-color: #93425F; }
a { background-color: rgb(147,66,95); }
div.DivClassName
{
background-color: #93425F;
}
.BgClassName
{
background-color: #93425F;
}
</style>
border-color css
<style>
span { border-color: #93425F; }
span { border-color: rgb(147,66,95); }
td.TdClassName
{
border-color: #93425F;
}
.TagClassName
{
border-color: #93425F;
}
</style>