Shades of Camelot #8B4156
Tints of Camelot #8B4156
RGB
CMYK
RGB Variations
Color information
#8B4156 (or 0x8B4156) is known color: Camelot. HEX triplet: 8B, 41 and 56. RGB value is (139,65,86). Sum of RGB (Red+Green+Blue) = 139+65+86=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4156 is #74BEA9. Grayscale: #595959. Windows color (decimal): -7650986 or 5652875. OLE color: 5652875.
HSL color Cylindrical-coordinate representation of color #8B4156: hue angle of 342.97º 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 #8B4156 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 86 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.45 |
| HSL | 342.97º | 0.36% | 0.4% | - |
| HSV(B) | 342.97º | 0.53% | 0.55% | - |
| XYZ | 14.22 | 9.94 | 9.97 | - |
| YUV | 89.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 86 | 0 | 0.53 | 0.38 | 0.45 | 342.97 | 0.36 | 0.4 |
| Hex | 8B | 41 | 56 | 0 | 35 | 26 | 2D | 157 | 24 | 28 |
| Octal | 213 | 101 | 126 | 0 | 65 | 46 | 55 | 527 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1010110 | 0 | 110101 | 100110 | 101101 | 101010111 | 100100 | 101000 |
Color Harmonies of #8B4156
Complementary color
Monochromatic Colors of #8B4156
Black with #8B4156
Text Example
Text Example
White with #8B4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4156; }
p { color: rgb(139,65,86); }
H1.HeaderClassName
{
color: #8B4156;
}
.AnyTagClassName
{
color: #8B4156;
}
</style>
background-color css
<style>
a { background-color: #8B4156; }
a { background-color: rgb(139,65,86); }
div.DivClassName
{
background-color: #8B4156;
}
.BgClassName
{
background-color: #8B4156;
}
</style>
border-color css
<style>
span { border-color: #8B4156; }
span { border-color: rgb(139,65,86); }
td.TdClassName
{
border-color: #8B4156;
}
.TagClassName
{
border-color: #8B4156;
}
</style>