Shades of Camelot #81344E
Tints of Camelot #81344E
RGB
CMYK
RGB Variations
Color information
#81344E (or 0x81344E) is known color: Camelot. HEX triplet: 81, 34 and 4E. RGB value is (129,52,78). Sum of RGB (Red+Green+Blue) = 129+52+78=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #81344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81344E is #7ECBB1. Grayscale: #4D4D4D. Windows color (decimal): -8309682 or 5125249. OLE color: 5125249.
HSL color Cylindrical-coordinate representation of color #81344E: hue angle of 339.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81344E is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 78 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.49 |
| HSL | 339.74º | 0.43% | 0.35% | - |
| HSV(B) | 339.74º | 0.6% | 0.51% | - |
| XYZ | 11.66 | 7.67 | 8.07 | - |
| YUV | 77.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 78 | 0 | 0.60 | 0.40 | 0.49 | 339.74 | 0.43 | 0.35 |
| Hex | 81 | 34 | 4E | 0 | 3C | 28 | 31 | 154 | 2B | 23 |
| Octal | 201 | 64 | 116 | 0 | 74 | 50 | 61 | 524 | 53 | 43 |
| Binary | 10000001 | 110100 | 1001110 | 0 | 111100 | 101000 | 110001 | 101010100 | 101011 | 100011 |
Color Harmonies of #81344E
Complementary color
Monochromatic Colors of #81344E
Black with #81344E
Text Example
Text Example
White with #81344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81344E; }
p { color: rgb(129,52,78); }
H1.HeaderClassName
{
color: #81344E;
}
.AnyTagClassName
{
color: #81344E;
}
</style>
background-color css
<style>
a { background-color: #81344E; }
a { background-color: rgb(129,52,78); }
div.DivClassName
{
background-color: #81344E;
}
.BgClassName
{
background-color: #81344E;
}
</style>
border-color css
<style>
span { border-color: #81344E; }
span { border-color: rgb(129,52,78); }
td.TdClassName
{
border-color: #81344E;
}
.TagClassName
{
border-color: #81344E;
}
</style>