Shades of Camelot #8B3246
Tints of Camelot #8B3246
RGB
CMYK
RGB Variations
Color information
#8B3246 (or 0x8B3246) is known color: Camelot. HEX triplet: 8B, 32 and 46. RGB value is (139,50,70). Sum of RGB (Red+Green+Blue) = 139+50+70=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3246 is #74CDB9. Grayscale: #4E4E4E. Windows color (decimal): -7654842 or 4600459. OLE color: 4600459.
HSL color Cylindrical-coordinate representation of color #8B3246: hue angle of 346.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3246 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 70 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.45 |
| HSL | 346.52º | 0.47% | 0.37% | - |
| HSV(B) | 346.52º | 0.64% | 0.55% | - |
| XYZ | 12.89 | 8.21 | 6.7 | - |
| YUV | 78.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 70 | 0 | 0.64 | 0.50 | 0.45 | 346.52 | 0.47 | 0.37 |
| Hex | 8B | 32 | 46 | 0 | 40 | 32 | 2D | 15B | 2F | 25 |
| Octal | 213 | 62 | 106 | 0 | 100 | 62 | 55 | 533 | 57 | 45 |
| Binary | 10001011 | 110010 | 1000110 | 0 | 1000000 | 110010 | 101101 | 101011011 | 101111 | 100101 |
Color Harmonies of #8B3246
Complementary color
Monochromatic Colors of #8B3246
Black with #8B3246
Text Example
Text Example
White with #8B3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3246; }
p { color: rgb(139,50,70); }
H1.HeaderClassName
{
color: #8B3246;
}
.AnyTagClassName
{
color: #8B3246;
}
</style>
background-color css
<style>
a { background-color: #8B3246; }
a { background-color: rgb(139,50,70); }
div.DivClassName
{
background-color: #8B3246;
}
.BgClassName
{
background-color: #8B3246;
}
</style>
border-color css
<style>
span { border-color: #8B3246; }
span { border-color: rgb(139,50,70); }
td.TdClassName
{
border-color: #8B3246;
}
.TagClassName
{
border-color: #8B3246;
}
</style>