Shades of Cadillac #88415A
Tints of Cadillac #88415A
RGB
CMYK
RGB Variations
Color information
#88415A (or 0x88415A) is known color: Cadillac. HEX triplet: 88, 41 and 5A. RGB value is (136,65,90). Sum of RGB (Red+Green+Blue) = 136+65+90=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #88415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88415A is #77BEA5. Grayscale: #595959. Windows color (decimal): -7847590 or 5915016. OLE color: 5915016.
HSL color Cylindrical-coordinate representation of color #88415A: hue angle of 338.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88415A is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 90 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.47 |
| HSL | 338.87º | 0.35% | 0.39% | - |
| HSV(B) | 338.87º | 0.52% | 0.53% | - |
| XYZ | 13.89 | 9.75 | 10.82 | - |
| YUV | 89.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 90 | 0 | 0.52 | 0.34 | 0.47 | 338.87 | 0.35 | 0.39 |
| Hex | 88 | 41 | 5A | 0 | 34 | 22 | 2F | 153 | 23 | 27 |
| Octal | 210 | 101 | 132 | 0 | 64 | 42 | 57 | 523 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1011010 | 0 | 110100 | 100010 | 101111 | 101010011 | 100011 | 100111 |
Color Harmonies of #88415A
Complementary color
Monochromatic Colors of #88415A
Black with #88415A
Text Example
Text Example
White with #88415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88415A; }
p { color: rgb(136,65,90); }
H1.HeaderClassName
{
color: #88415A;
}
.AnyTagClassName
{
color: #88415A;
}
</style>
background-color css
<style>
a { background-color: #88415A; }
a { background-color: rgb(136,65,90); }
div.DivClassName
{
background-color: #88415A;
}
.BgClassName
{
background-color: #88415A;
}
</style>
border-color css
<style>
span { border-color: #88415A; }
span { border-color: rgb(136,65,90); }
td.TdClassName
{
border-color: #88415A;
}
.TagClassName
{
border-color: #88415A;
}
</style>