Shades of Camelot #81344B
Tints of Camelot #81344B
RGB
CMYK
RGB Variations
Color information
#81344B (or 0x81344B) is known color: Camelot. HEX triplet: 81, 34 and 4B. RGB value is (129,52,75). Sum of RGB (Red+Green+Blue) = 129+52+75=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81344B is #7ECBB4. Grayscale: #4D4D4D. Windows color (decimal): -8309685 or 4928641. OLE color: 4928641.
HSL color Cylindrical-coordinate representation of color #81344B: hue angle of 342.08º 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 #81344B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 75 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.49 |
| HSL | 342.08º | 0.43% | 0.35% | - |
| HSV(B) | 342.08º | 0.6% | 0.51% | - |
| XYZ | 11.55 | 7.63 | 7.52 | - |
| YUV | 77.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 75 | 0 | 0.60 | 0.42 | 0.49 | 342.08 | 0.43 | 0.35 |
| Hex | 81 | 34 | 4B | 0 | 3C | 2A | 31 | 156 | 2B | 23 |
| Octal | 201 | 64 | 113 | 0 | 74 | 52 | 61 | 526 | 53 | 43 |
| Binary | 10000001 | 110100 | 1001011 | 0 | 111100 | 101010 | 110001 | 101010110 | 101011 | 100011 |
Color Harmonies of #81344B
Complementary color
Monochromatic Colors of #81344B
Black with #81344B
Text Example
Text Example
White with #81344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81344B; }
p { color: rgb(129,52,75); }
H1.HeaderClassName
{
color: #81344B;
}
.AnyTagClassName
{
color: #81344B;
}
</style>
background-color css
<style>
a { background-color: #81344B; }
a { background-color: rgb(129,52,75); }
div.DivClassName
{
background-color: #81344B;
}
.BgClassName
{
background-color: #81344B;
}
</style>
border-color css
<style>
span { border-color: #81344B; }
span { border-color: rgb(129,52,75); }
td.TdClassName
{
border-color: #81344B;
}
.TagClassName
{
border-color: #81344B;
}
</style>