Shades of Camelot #8B3448
Tints of Camelot #8B3448
RGB
CMYK
RGB Variations
Color information
#8B3448 (or 0x8B3448) is known color: Camelot. HEX triplet: 8B, 34 and 48. RGB value is (139,52,72). Sum of RGB (Red+Green+Blue) = 139+52+72=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3448 is #74CBB7. Grayscale: #505050. Windows color (decimal): -7654328 or 4732043. OLE color: 4732043.
HSL color Cylindrical-coordinate representation of color #8B3448: hue angle of 346.21º 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 #8B3448 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 72 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.45 |
| HSL | 346.21º | 0.46% | 0.37% | - |
| HSV(B) | 346.21º | 0.63% | 0.55% | - |
| XYZ | 13.05 | 8.41 | 7.07 | - |
| YUV | 80.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 72 | 0 | 0.63 | 0.48 | 0.45 | 346.21 | 0.46 | 0.37 |
| Hex | 8B | 34 | 48 | 0 | 3F | 30 | 2D | 15A | 2E | 25 |
| Octal | 213 | 64 | 110 | 0 | 77 | 60 | 55 | 532 | 56 | 45 |
| Binary | 10001011 | 110100 | 1001000 | 0 | 111111 | 110000 | 101101 | 101011010 | 101110 | 100101 |
Color Harmonies of #8B3448
Complementary color
Monochromatic Colors of #8B3448
Black with #8B3448
Text Example
Text Example
White with #8B3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3448; }
p { color: rgb(139,52,72); }
H1.HeaderClassName
{
color: #8B3448;
}
.AnyTagClassName
{
color: #8B3448;
}
</style>
background-color css
<style>
a { background-color: #8B3448; }
a { background-color: rgb(139,52,72); }
div.DivClassName
{
background-color: #8B3448;
}
.BgClassName
{
background-color: #8B3448;
}
</style>
border-color css
<style>
span { border-color: #8B3448; }
span { border-color: rgb(139,52,72); }
td.TdClassName
{
border-color: #8B3448;
}
.TagClassName
{
border-color: #8B3448;
}
</style>