Shades of Camelot #81374D
Tints of Camelot #81374D
RGB
CMYK
RGB Variations
Color information
#81374D (or 0x81374D) is known color: Camelot. HEX triplet: 81, 37 and 4D. RGB value is (129,55,77). Sum of RGB (Red+Green+Blue) = 129+55+77=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81374D is #7EC8B2. Grayscale: #4F4F4F. Windows color (decimal): -8308915 or 5060481. OLE color: 5060481.
HSL color Cylindrical-coordinate representation of color #81374D: hue angle of 342.16º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81374D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 77 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.49 |
| HSL | 342.16º | 0.4% | 0.36% | - |
| HSV(B) | 342.16º | 0.57% | 0.51% | - |
| XYZ | 11.76 | 7.94 | 7.93 | - |
| YUV | 79.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 77 | 0 | 0.57 | 0.40 | 0.49 | 342.16 | 0.4 | 0.36 |
| Hex | 81 | 37 | 4D | 0 | 39 | 28 | 31 | 156 | 28 | 24 |
| Octal | 201 | 67 | 115 | 0 | 71 | 50 | 61 | 526 | 50 | 44 |
| Binary | 10000001 | 110111 | 1001101 | 0 | 111001 | 101000 | 110001 | 101010110 | 101000 | 100100 |
Color Harmonies of #81374D
Complementary color
Monochromatic Colors of #81374D
Black with #81374D
Text Example
Text Example
White with #81374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81374D; }
p { color: rgb(129,55,77); }
H1.HeaderClassName
{
color: #81374D;
}
.AnyTagClassName
{
color: #81374D;
}
</style>
background-color css
<style>
a { background-color: #81374D; }
a { background-color: rgb(129,55,77); }
div.DivClassName
{
background-color: #81374D;
}
.BgClassName
{
background-color: #81374D;
}
</style>
border-color css
<style>
span { border-color: #81374D; }
span { border-color: rgb(129,55,77); }
td.TdClassName
{
border-color: #81374D;
}
.TagClassName
{
border-color: #81374D;
}
</style>