Shades of Camelot #8B3443
Tints of Camelot #8B3443
RGB
CMYK
RGB Variations
Color information
#8B3443 (or 0x8B3443) is known color: Camelot. HEX triplet: 8B, 34 and 43. RGB value is (139,52,67). Sum of RGB (Red+Green+Blue) = 139+52+67=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3443 is #74CBBC. Grayscale: #4F4F4F. Windows color (decimal): -7654333 or 4404363. OLE color: 4404363.
HSL color Cylindrical-coordinate representation of color #8B3443: hue angle of 349.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3443 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 67 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.45 |
| HSL | 349.66º | 0.46% | 0.37% | - |
| HSV(B) | 349.66º | 0.63% | 0.55% | - |
| XYZ | 12.89 | 8.35 | 6.24 | - |
| YUV | 79.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 67 | 0 | 0.63 | 0.52 | 0.45 | 349.66 | 0.46 | 0.37 |
| Hex | 8B | 34 | 43 | 0 | 3F | 34 | 2D | 15E | 2E | 25 |
| Octal | 213 | 64 | 103 | 0 | 77 | 64 | 55 | 536 | 56 | 45 |
| Binary | 10001011 | 110100 | 1000011 | 0 | 111111 | 110100 | 101101 | 101011110 | 101110 | 100101 |
Color Harmonies of #8B3443
Complementary color
Monochromatic Colors of #8B3443
Black with #8B3443
Text Example
Text Example
White with #8B3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3443; }
p { color: rgb(139,52,67); }
H1.HeaderClassName
{
color: #8B3443;
}
.AnyTagClassName
{
color: #8B3443;
}
</style>
background-color css
<style>
a { background-color: #8B3443; }
a { background-color: rgb(139,52,67); }
div.DivClassName
{
background-color: #8B3443;
}
.BgClassName
{
background-color: #8B3443;
}
</style>
border-color css
<style>
span { border-color: #8B3443; }
span { border-color: rgb(139,52,67); }
td.TdClassName
{
border-color: #8B3443;
}
.TagClassName
{
border-color: #8B3443;
}
</style>