Shades of Camelot #813C55
Tints of Camelot #813C55
RGB
CMYK
RGB Variations
Color information
#813C55 (or 0x813C55) is known color: Camelot. HEX triplet: 81, 3C and 55. RGB value is (129,60,85). Sum of RGB (Red+Green+Blue) = 129+60+85=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #813C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C55 is #7EC3AA. Grayscale: #535353. Windows color (decimal): -8307627 or 5586049. OLE color: 5586049.
HSL color Cylindrical-coordinate representation of color #813C55: hue angle of 338.26º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813C55 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 85 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.49 |
| HSL | 338.26º | 0.37% | 0.37% | - |
| HSV(B) | 338.26º | 0.53% | 0.51% | - |
| XYZ | 12.31 | 8.55 | 9.6 | - |
| YUV | 83.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 85 | 0 | 0.53 | 0.34 | 0.49 | 338.26 | 0.37 | 0.37 |
| Hex | 81 | 3C | 55 | 0 | 35 | 22 | 31 | 152 | 25 | 25 |
| Octal | 201 | 74 | 125 | 0 | 65 | 42 | 61 | 522 | 45 | 45 |
| Binary | 10000001 | 111100 | 1010101 | 0 | 110101 | 100010 | 110001 | 101010010 | 100101 | 100101 |
Color Harmonies of #813C55
Complementary color
Monochromatic Colors of #813C55
Black with #813C55
Text Example
Text Example
White with #813C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C55; }
p { color: rgb(129,60,85); }
H1.HeaderClassName
{
color: #813C55;
}
.AnyTagClassName
{
color: #813C55;
}
</style>
background-color css
<style>
a { background-color: #813C55; }
a { background-color: rgb(129,60,85); }
div.DivClassName
{
background-color: #813C55;
}
.BgClassName
{
background-color: #813C55;
}
</style>
border-color css
<style>
span { border-color: #813C55; }
span { border-color: rgb(129,60,85); }
td.TdClassName
{
border-color: #813C55;
}
.TagClassName
{
border-color: #813C55;
}
</style>