Shades of Camelot #81364B
Tints of Camelot #81364B
RGB
CMYK
RGB Variations
Color information
#81364B (or 0x81364B) is known color: Camelot. HEX triplet: 81, 36 and 4B. RGB value is (129,54,75). Sum of RGB (Red+Green+Blue) = 129+54+75=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81364B is #7EC9B4. Grayscale: #4E4E4E. Windows color (decimal): -8309173 or 4929153. OLE color: 4929153.
HSL color Cylindrical-coordinate representation of color #81364B: hue angle of 343.2º 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 #81364B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 75 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.49 |
| HSL | 343.2º | 0.41% | 0.36% | - |
| HSV(B) | 343.2º | 0.58% | 0.51% | - |
| XYZ | 11.64 | 7.81 | 7.55 | - |
| YUV | 78.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 75 | 0 | 0.58 | 0.42 | 0.49 | 343.2 | 0.41 | 0.36 |
| Hex | 81 | 36 | 4B | 0 | 3A | 2A | 31 | 157 | 29 | 24 |
| Octal | 201 | 66 | 113 | 0 | 72 | 52 | 61 | 527 | 51 | 44 |
| Binary | 10000001 | 110110 | 1001011 | 0 | 111010 | 101010 | 110001 | 101010111 | 101001 | 100100 |
Color Harmonies of #81364B
Complementary color
Monochromatic Colors of #81364B
Black with #81364B
Text Example
Text Example
White with #81364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81364B; }
p { color: rgb(129,54,75); }
H1.HeaderClassName
{
color: #81364B;
}
.AnyTagClassName
{
color: #81364B;
}
</style>
background-color css
<style>
a { background-color: #81364B; }
a { background-color: rgb(129,54,75); }
div.DivClassName
{
background-color: #81364B;
}
.BgClassName
{
background-color: #81364B;
}
</style>
border-color css
<style>
span { border-color: #81364B; }
span { border-color: rgb(129,54,75); }
td.TdClassName
{
border-color: #81364B;
}
.TagClassName
{
border-color: #81364B;
}
</style>