Shades of Camelot #8B384E
Tints of Camelot #8B384E
RGB
CMYK
RGB Variations
Color information
#8B384E (or 0x8B384E) is known color: Camelot. HEX triplet: 8B, 38 and 4E. RGB value is (139,56,78). Sum of RGB (Red+Green+Blue) = 139+56+78=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B384E is #74C7B1. Grayscale: #535353. Windows color (decimal): -7653298 or 5126283. OLE color: 5126283.
HSL color Cylindrical-coordinate representation of color #8B384E: hue angle of 344.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B384E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 78 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.45 |
| HSL | 344.1º | 0.43% | 0.38% | - |
| HSV(B) | 344.1º | 0.6% | 0.55% | - |
| XYZ | 13.44 | 8.87 | 8.21 | - |
| YUV | 83.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 78 | 0 | 0.60 | 0.44 | 0.45 | 344.1 | 0.43 | 0.38 |
| Hex | 8B | 38 | 4E | 0 | 3C | 2C | 2D | 158 | 2B | 26 |
| Octal | 213 | 70 | 116 | 0 | 74 | 54 | 55 | 530 | 53 | 46 |
| Binary | 10001011 | 111000 | 1001110 | 0 | 111100 | 101100 | 101101 | 101011000 | 101011 | 100110 |
Color Harmonies of #8B384E
Complementary color
Monochromatic Colors of #8B384E
Black with #8B384E
Text Example
Text Example
White with #8B384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B384E; }
p { color: rgb(139,56,78); }
H1.HeaderClassName
{
color: #8B384E;
}
.AnyTagClassName
{
color: #8B384E;
}
</style>
background-color css
<style>
a { background-color: #8B384E; }
a { background-color: rgb(139,56,78); }
div.DivClassName
{
background-color: #8B384E;
}
.BgClassName
{
background-color: #8B384E;
}
</style>
border-color css
<style>
span { border-color: #8B384E; }
span { border-color: rgb(139,56,78); }
td.TdClassName
{
border-color: #8B384E;
}
.TagClassName
{
border-color: #8B384E;
}
</style>