Shades of Camelot #8B4251
Tints of Camelot #8B4251
RGB
CMYK
RGB Variations
Color information
#8B4251 (or 0x8B4251) is known color: Camelot. HEX triplet: 8B, 42 and 51. RGB value is (139,66,81). Sum of RGB (Red+Green+Blue) = 139+66+81=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4251 is #74BDAE. Grayscale: #595959. Windows color (decimal): -7650735 or 5325451. OLE color: 5325451.
HSL color Cylindrical-coordinate representation of color #8B4251: hue angle of 347.67º 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 #8B4251 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 81 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.45 |
| HSL | 347.67º | 0.36% | 0.4% | - |
| HSV(B) | 347.67º | 0.53% | 0.55% | - |
| XYZ | 14.08 | 9.98 | 8.97 | - |
| YUV | 89.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 81 | 0 | 0.53 | 0.42 | 0.45 | 347.67 | 0.36 | 0.4 |
| Hex | 8B | 42 | 51 | 0 | 35 | 2A | 2D | 15C | 24 | 28 |
| Octal | 213 | 102 | 121 | 0 | 65 | 52 | 55 | 534 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1010001 | 0 | 110101 | 101010 | 101101 | 101011100 | 100100 | 101000 |
Color Harmonies of #8B4251
Complementary color
Monochromatic Colors of #8B4251
Black with #8B4251
Text Example
Text Example
White with #8B4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4251; }
p { color: rgb(139,66,81); }
H1.HeaderClassName
{
color: #8B4251;
}
.AnyTagClassName
{
color: #8B4251;
}
</style>
background-color css
<style>
a { background-color: #8B4251; }
a { background-color: rgb(139,66,81); }
div.DivClassName
{
background-color: #8B4251;
}
.BgClassName
{
background-color: #8B4251;
}
</style>
border-color css
<style>
span { border-color: #8B4251; }
span { border-color: rgb(139,66,81); }
td.TdClassName
{
border-color: #8B4251;
}
.TagClassName
{
border-color: #8B4251;
}
</style>