Shades of Camelot #813247
Tints of Camelot #813247
RGB
CMYK
RGB Variations
Color information
#813247 (or 0x813247) is known color: Camelot. HEX triplet: 81, 32 and 47. RGB value is (129,50,71). Sum of RGB (Red+Green+Blue) = 129+50+71=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813247 is #7ECDB8. Grayscale: #4C4C4C. Windows color (decimal): -8310201 or 4665985. OLE color: 4665985.
HSL color Cylindrical-coordinate representation of color #813247: hue angle of 344.05º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813247 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 71 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.49 |
| HSL | 344.05º | 0.44% | 0.35% | - |
| HSV(B) | 344.05º | 0.61% | 0.51% | - |
| XYZ | 11.33 | 7.4 | 6.79 | - |
| YUV | 76.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 71 | 0 | 0.61 | 0.45 | 0.49 | 344.05 | 0.44 | 0.35 |
| Hex | 81 | 32 | 47 | 0 | 3D | 2D | 31 | 158 | 2C | 23 |
| Octal | 201 | 62 | 107 | 0 | 75 | 55 | 61 | 530 | 54 | 43 |
| Binary | 10000001 | 110010 | 1000111 | 0 | 111101 | 101101 | 110001 | 101011000 | 101100 | 100011 |
Color Harmonies of #813247
Complementary color
Monochromatic Colors of #813247
Black with #813247
Text Example
Text Example
White with #813247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813247; }
p { color: rgb(129,50,71); }
H1.HeaderClassName
{
color: #813247;
}
.AnyTagClassName
{
color: #813247;
}
</style>
background-color css
<style>
a { background-color: #813247; }
a { background-color: rgb(129,50,71); }
div.DivClassName
{
background-color: #813247;
}
.BgClassName
{
background-color: #813247;
}
</style>
border-color css
<style>
span { border-color: #813247; }
span { border-color: rgb(129,50,71); }
td.TdClassName
{
border-color: #813247;
}
.TagClassName
{
border-color: #813247;
}
</style>