Shades of Cadillac #8B4261
Tints of Cadillac #8B4261
RGB
CMYK
RGB Variations
Color information
#8B4261 (or 0x8B4261) is known color: Cadillac. HEX triplet: 8B, 42 and 61. RGB value is (139,66,97). Sum of RGB (Red+Green+Blue) = 139+66+97=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4261 is #74BD9E. Grayscale: #5B5B5B. Windows color (decimal): -7650719 or 6374027. OLE color: 6374027.
HSL color Cylindrical-coordinate representation of color #8B4261: hue angle of 334.52º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4261 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 97 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.45 |
| HSL | 334.52º | 0.36% | 0.4% | - |
| HSV(B) | 334.52º | 0.53% | 0.55% | - |
| XYZ | 14.75 | 10.25 | 12.51 | - |
| YUV | 91.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 97 | 0 | 0.53 | 0.30 | 0.45 | 334.52 | 0.36 | 0.4 |
| Hex | 8B | 42 | 61 | 0 | 35 | 1E | 2D | 14F | 24 | 28 |
| Octal | 213 | 102 | 141 | 0 | 65 | 36 | 55 | 517 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1100001 | 0 | 110101 | 11110 | 101101 | 101001111 | 100100 | 101000 |
Color Harmonies of #8B4261
Complementary color
Monochromatic Colors of #8B4261
Black with #8B4261
Text Example
Text Example
White with #8B4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4261; }
p { color: rgb(139,66,97); }
H1.HeaderClassName
{
color: #8B4261;
}
.AnyTagClassName
{
color: #8B4261;
}
</style>
background-color css
<style>
a { background-color: #8B4261; }
a { background-color: rgb(139,66,97); }
div.DivClassName
{
background-color: #8B4261;
}
.BgClassName
{
background-color: #8B4261;
}
</style>
border-color css
<style>
span { border-color: #8B4261; }
span { border-color: rgb(139,66,97); }
td.TdClassName
{
border-color: #8B4261;
}
.TagClassName
{
border-color: #8B4261;
}
</style>