Shades of Camelot #81364F
Tints of Camelot #81364F
RGB
CMYK
RGB Variations
Color information
#81364F (or 0x81364F) is known color: Camelot. HEX triplet: 81, 36 and 4F. RGB value is (129,54,79). Sum of RGB (Red+Green+Blue) = 129+54+79=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81364F is #7EC9B0. Grayscale: #4F4F4F. Windows color (decimal): -8309169 or 5191297. OLE color: 5191297.
HSL color Cylindrical-coordinate representation of color #81364F: hue angle of 340º 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 #81364F is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 79 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.49 |
| HSL | 340º | 0.41% | 0.36% | - |
| HSV(B) | 340º | 0.58% | 0.51% | - |
| XYZ | 11.78 | 7.87 | 8.3 | - |
| YUV | 79.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 79 | 0 | 0.58 | 0.39 | 0.49 | 340 | 0.41 | 0.36 |
| Hex | 81 | 36 | 4F | 0 | 3A | 27 | 31 | 154 | 29 | 24 |
| Octal | 201 | 66 | 117 | 0 | 72 | 47 | 61 | 524 | 51 | 44 |
| Binary | 10000001 | 110110 | 1001111 | 0 | 111010 | 100111 | 110001 | 101010100 | 101001 | 100100 |
Color Harmonies of #81364F
Complementary color
Monochromatic Colors of #81364F
Black with #81364F
Text Example
Text Example
White with #81364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81364F; }
p { color: rgb(129,54,79); }
H1.HeaderClassName
{
color: #81364F;
}
.AnyTagClassName
{
color: #81364F;
}
</style>
background-color css
<style>
a { background-color: #81364F; }
a { background-color: rgb(129,54,79); }
div.DivClassName
{
background-color: #81364F;
}
.BgClassName
{
background-color: #81364F;
}
</style>
border-color css
<style>
span { border-color: #81364F; }
span { border-color: rgb(129,54,79); }
td.TdClassName
{
border-color: #81364F;
}
.TagClassName
{
border-color: #81364F;
}
</style>