Shades of Cadillac #8D3E5A
Tints of Cadillac #8D3E5A
RGB
CMYK
RGB Variations
Color information
#8D3E5A (or 0x8D3E5A) is known color: Cadillac. HEX triplet: 8D, 3E and 5A. RGB value is (141,62,90). Sum of RGB (Red+Green+Blue) = 141+62+90=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3E5A is #72C1A5. Grayscale: #585858. Windows color (decimal): -7520678 or 5914253. OLE color: 5914253.
HSL color Cylindrical-coordinate representation of color #8D3E5A: hue angle of 338.73º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D3E5A is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 90 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.45 |
| HSL | 338.73º | 0.39% | 0.4% | - |
| HSV(B) | 338.73º | 0.56% | 0.55% | - |
| XYZ | 14.55 | 9.85 | 10.81 | - |
| YUV | 88.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 90 | 0 | 0.56 | 0.36 | 0.45 | 338.73 | 0.39 | 0.4 |
| Hex | 8D | 3E | 5A | 0 | 38 | 24 | 2D | 153 | 27 | 28 |
| Octal | 215 | 76 | 132 | 0 | 70 | 44 | 55 | 523 | 47 | 50 |
| Binary | 10001101 | 111110 | 1011010 | 0 | 111000 | 100100 | 101101 | 101010011 | 100111 | 101000 |
Color Harmonies of #8D3E5A
Complementary color
Monochromatic Colors of #8D3E5A
Black with #8D3E5A
Text Example
Text Example
White with #8D3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E5A; }
p { color: rgb(141,62,90); }
H1.HeaderClassName
{
color: #8D3E5A;
}
.AnyTagClassName
{
color: #8D3E5A;
}
</style>
background-color css
<style>
a { background-color: #8D3E5A; }
a { background-color: rgb(141,62,90); }
div.DivClassName
{
background-color: #8D3E5A;
}
.BgClassName
{
background-color: #8D3E5A;
}
</style>
border-color css
<style>
span { border-color: #8D3E5A; }
span { border-color: rgb(141,62,90); }
td.TdClassName
{
border-color: #8D3E5A;
}
.TagClassName
{
border-color: #8D3E5A;
}
</style>