Shades of Camelot #813A4A
Tints of Camelot #813A4A
RGB
CMYK
RGB Variations
Color information
#813A4A (or 0x813A4A) is known color: Camelot. HEX triplet: 81, 3A and 4A. RGB value is (129,58,74). Sum of RGB (Red+Green+Blue) = 129+58+74=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #813A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A4A is #7EC5B5. Grayscale: #515151. Windows color (decimal): -8308150 or 4864641. OLE color: 4864641.
HSL color Cylindrical-coordinate representation of color #813A4A: hue angle of 346.48º 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 #813A4A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 74 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.49 |
| HSL | 346.48º | 0.38% | 0.37% | - |
| HSV(B) | 346.48º | 0.55% | 0.51% | - |
| XYZ | 11.8 | 8.19 | 7.44 | - |
| YUV | 81.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 74 | 0 | 0.55 | 0.43 | 0.49 | 346.48 | 0.38 | 0.37 |
| Hex | 81 | 3A | 4A | 0 | 37 | 2B | 31 | 15A | 26 | 25 |
| Octal | 201 | 72 | 112 | 0 | 67 | 53 | 61 | 532 | 46 | 45 |
| Binary | 10000001 | 111010 | 1001010 | 0 | 110111 | 101011 | 110001 | 101011010 | 100110 | 100101 |
Color Harmonies of #813A4A
Complementary color
Monochromatic Colors of #813A4A
Black with #813A4A
Text Example
Text Example
White with #813A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A4A; }
p { color: rgb(129,58,74); }
H1.HeaderClassName
{
color: #813A4A;
}
.AnyTagClassName
{
color: #813A4A;
}
</style>
background-color css
<style>
a { background-color: #813A4A; }
a { background-color: rgb(129,58,74); }
div.DivClassName
{
background-color: #813A4A;
}
.BgClassName
{
background-color: #813A4A;
}
</style>
border-color css
<style>
span { border-color: #813A4A; }
span { border-color: rgb(129,58,74); }
td.TdClassName
{
border-color: #813A4A;
}
.TagClassName
{
border-color: #813A4A;
}
</style>