Shades of Camelot #8B4252
Tints of Camelot #8B4252
RGB
CMYK
RGB Variations
Color information
#8B4252 (or 0x8B4252) is known color: Camelot. HEX triplet: 8B, 42 and 52. RGB value is (139,66,82). Sum of RGB (Red+Green+Blue) = 139+66+82=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4252 is #74BDAD. Grayscale: #595959. Windows color (decimal): -7650734 or 5390987. OLE color: 5390987.
HSL color Cylindrical-coordinate representation of color #8B4252: hue angle of 346.85º 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 #8B4252 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 82 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.45 |
| HSL | 346.85º | 0.36% | 0.4% | - |
| HSV(B) | 346.85º | 0.53% | 0.55% | - |
| XYZ | 14.12 | 9.99 | 9.17 | - |
| YUV | 89.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 82 | 0 | 0.53 | 0.41 | 0.45 | 346.85 | 0.36 | 0.4 |
| Hex | 8B | 42 | 52 | 0 | 35 | 29 | 2D | 15B | 24 | 28 |
| Octal | 213 | 102 | 122 | 0 | 65 | 51 | 55 | 533 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1010010 | 0 | 110101 | 101001 | 101101 | 101011011 | 100100 | 101000 |
Color Harmonies of #8B4252
Complementary color
Monochromatic Colors of #8B4252
Black with #8B4252
Text Example
Text Example
White with #8B4252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4252; }
p { color: rgb(139,66,82); }
H1.HeaderClassName
{
color: #8B4252;
}
.AnyTagClassName
{
color: #8B4252;
}
</style>
background-color css
<style>
a { background-color: #8B4252; }
a { background-color: rgb(139,66,82); }
div.DivClassName
{
background-color: #8B4252;
}
.BgClassName
{
background-color: #8B4252;
}
</style>
border-color css
<style>
span { border-color: #8B4252; }
span { border-color: rgb(139,66,82); }
td.TdClassName
{
border-color: #8B4252;
}
.TagClassName
{
border-color: #8B4252;
}
</style>