Shades of Camelot #81364A
Tints of Camelot #81364A
RGB
CMYK
RGB Variations
Color information
#81364A (or 0x81364A) is known color: Camelot. HEX triplet: 81, 36 and 4A. RGB value is (129,54,74). Sum of RGB (Red+Green+Blue) = 129+54+74=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81364A is #7EC9B5. Grayscale: #4E4E4E. Windows color (decimal): -8309174 or 4863617. OLE color: 4863617.
HSL color Cylindrical-coordinate representation of color #81364A: hue angle of 344º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81364A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 74 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.49 |
| HSL | 344º | 0.41% | 0.36% | - |
| HSV(B) | 344º | 0.58% | 0.51% | - |
| XYZ | 11.61 | 7.8 | 7.37 | - |
| YUV | 78.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 74 | 0 | 0.58 | 0.43 | 0.49 | 344 | 0.41 | 0.36 |
| Hex | 81 | 36 | 4A | 0 | 3A | 2B | 31 | 158 | 29 | 24 |
| Octal | 201 | 66 | 112 | 0 | 72 | 53 | 61 | 530 | 51 | 44 |
| Binary | 10000001 | 110110 | 1001010 | 0 | 111010 | 101011 | 110001 | 101011000 | 101001 | 100100 |
Color Harmonies of #81364A
Complementary color
Monochromatic Colors of #81364A
Black with #81364A
Text Example
Text Example
White with #81364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81364A; }
p { color: rgb(129,54,74); }
H1.HeaderClassName
{
color: #81364A;
}
.AnyTagClassName
{
color: #81364A;
}
</style>
background-color css
<style>
a { background-color: #81364A; }
a { background-color: rgb(129,54,74); }
div.DivClassName
{
background-color: #81364A;
}
.BgClassName
{
background-color: #81364A;
}
</style>
border-color css
<style>
span { border-color: #81364A; }
span { border-color: rgb(129,54,74); }
td.TdClassName
{
border-color: #81364A;
}
.TagClassName
{
border-color: #81364A;
}
</style>