Shades of Camelot #813A55
Tints of Camelot #813A55
RGB
CMYK
RGB Variations
Color information
#813A55 (or 0x813A55) is known color: Camelot. HEX triplet: 81, 3A and 55. RGB value is (129,58,85). Sum of RGB (Red+Green+Blue) = 129+58+85=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #813A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A55 is #7EC5AA. Grayscale: #525252. Windows color (decimal): -8308139 or 5585537. OLE color: 5585537.
HSL color Cylindrical-coordinate representation of color #813A55: hue angle of 337.18º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A55 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 85 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.49 |
| HSL | 337.18º | 0.38% | 0.37% | - |
| HSV(B) | 337.18º | 0.55% | 0.51% | - |
| XYZ | 12.21 | 8.35 | 9.56 | - |
| YUV | 82.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 85 | 0 | 0.55 | 0.34 | 0.49 | 337.18 | 0.38 | 0.37 |
| Hex | 81 | 3A | 55 | 0 | 37 | 22 | 31 | 151 | 26 | 25 |
| Octal | 201 | 72 | 125 | 0 | 67 | 42 | 61 | 521 | 46 | 45 |
| Binary | 10000001 | 111010 | 1010101 | 0 | 110111 | 100010 | 110001 | 101010001 | 100110 | 100101 |
Color Harmonies of #813A55
Complementary color
Monochromatic Colors of #813A55
Black with #813A55
Text Example
Text Example
White with #813A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A55; }
p { color: rgb(129,58,85); }
H1.HeaderClassName
{
color: #813A55;
}
.AnyTagClassName
{
color: #813A55;
}
</style>
background-color css
<style>
a { background-color: #813A55; }
a { background-color: rgb(129,58,85); }
div.DivClassName
{
background-color: #813A55;
}
.BgClassName
{
background-color: #813A55;
}
</style>
border-color css
<style>
span { border-color: #813A55; }
span { border-color: rgb(129,58,85); }
td.TdClassName
{
border-color: #813A55;
}
.TagClassName
{
border-color: #813A55;
}
</style>