Shades of Camelot #81344A
Tints of Camelot #81344A
RGB
CMYK
RGB Variations
Color information
#81344A (or 0x81344A) is known color: Camelot. HEX triplet: 81, 34 and 4A. RGB value is (129,52,74). Sum of RGB (Red+Green+Blue) = 129+52+74=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81344A is #7ECBB5. Grayscale: #4D4D4D. Windows color (decimal): -8309686 or 4863105. OLE color: 4863105.
HSL color Cylindrical-coordinate representation of color #81344A: hue angle of 342.86º 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 #81344A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 74 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.49 |
| HSL | 342.86º | 0.43% | 0.35% | - |
| HSV(B) | 342.86º | 0.6% | 0.51% | - |
| XYZ | 11.52 | 7.62 | 7.34 | - |
| YUV | 77.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 74 | 0 | 0.60 | 0.43 | 0.49 | 342.86 | 0.43 | 0.35 |
| Hex | 81 | 34 | 4A | 0 | 3C | 2B | 31 | 157 | 2B | 23 |
| Octal | 201 | 64 | 112 | 0 | 74 | 53 | 61 | 527 | 53 | 43 |
| Binary | 10000001 | 110100 | 1001010 | 0 | 111100 | 101011 | 110001 | 101010111 | 101011 | 100011 |
Color Harmonies of #81344A
Complementary color
Monochromatic Colors of #81344A
Black with #81344A
Text Example
Text Example
White with #81344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81344A; }
p { color: rgb(129,52,74); }
H1.HeaderClassName
{
color: #81344A;
}
.AnyTagClassName
{
color: #81344A;
}
</style>
background-color css
<style>
a { background-color: #81344A; }
a { background-color: rgb(129,52,74); }
div.DivClassName
{
background-color: #81344A;
}
.BgClassName
{
background-color: #81344A;
}
</style>
border-color css
<style>
span { border-color: #81344A; }
span { border-color: rgb(129,52,74); }
td.TdClassName
{
border-color: #81344A;
}
.TagClassName
{
border-color: #81344A;
}
</style>