Shades of Camelot #8B3143
Tints of Camelot #8B3143
RGB
CMYK
RGB Variations
Color information
#8B3143 (or 0x8B3143) is known color: Camelot. HEX triplet: 8B, 31 and 43. RGB value is (139,49,67). Sum of RGB (Red+Green+Blue) = 139+49+67=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3143 is #74CEBC. Grayscale: #4D4D4D. Windows color (decimal): -7655101 or 4403595. OLE color: 4403595.
HSL color Cylindrical-coordinate representation of color #8B3143: hue angle of 348º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3143 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 67 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.45 |
| HSL | 348º | 0.48% | 0.37% | - |
| HSV(B) | 348º | 0.65% | 0.55% | - |
| XYZ | 12.76 | 8.09 | 6.2 | - |
| YUV | 77.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 67 | 0 | 0.65 | 0.52 | 0.45 | 348 | 0.48 | 0.37 |
| Hex | 8B | 31 | 43 | 0 | 41 | 34 | 2D | 15C | 30 | 25 |
| Octal | 213 | 61 | 103 | 0 | 101 | 64 | 55 | 534 | 60 | 45 |
| Binary | 10001011 | 110001 | 1000011 | 0 | 1000001 | 110100 | 101101 | 101011100 | 110000 | 100101 |
Color Harmonies of #8B3143
Complementary color
Monochromatic Colors of #8B3143
Black with #8B3143
Text Example
Text Example
White with #8B3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3143; }
p { color: rgb(139,49,67); }
H1.HeaderClassName
{
color: #8B3143;
}
.AnyTagClassName
{
color: #8B3143;
}
</style>
background-color css
<style>
a { background-color: #8B3143; }
a { background-color: rgb(139,49,67); }
div.DivClassName
{
background-color: #8B3143;
}
.BgClassName
{
background-color: #8B3143;
}
</style>
border-color css
<style>
span { border-color: #8B3143; }
span { border-color: rgb(139,49,67); }
td.TdClassName
{
border-color: #8B3143;
}
.TagClassName
{
border-color: #8B3143;
}
</style>