Shades of Camelot #844151
Tints of Camelot #844151
RGB
CMYK
RGB Variations
Color information
#844151 (or 0x844151) is known color: Camelot. HEX triplet: 84, 41 and 51. RGB value is (132,65,81). Sum of RGB (Red+Green+Blue) = 132+65+81=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844151 is #7BBEAE. Grayscale: #565656. Windows color (decimal): -8109743 or 5325188. OLE color: 5325188.
HSL color Cylindrical-coordinate representation of color #844151: hue angle of 345.67º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844151 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 81 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.48 |
| HSL | 345.67º | 0.34% | 0.39% | - |
| HSV(B) | 345.67º | 0.51% | 0.52% | - |
| XYZ | 12.89 | 9.28 | 8.9 | - |
| YUV | 86.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 81 | 0 | 0.51 | 0.39 | 0.48 | 345.67 | 0.34 | 0.39 |
| Hex | 84 | 41 | 51 | 0 | 33 | 27 | 30 | 15A | 22 | 27 |
| Octal | 204 | 101 | 121 | 0 | 63 | 47 | 60 | 532 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1010001 | 0 | 110011 | 100111 | 110000 | 101011010 | 100010 | 100111 |
Color Harmonies of #844151
Complementary color
Monochromatic Colors of #844151
Black with #844151
Text Example
Text Example
White with #844151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844151; }
p { color: rgb(132,65,81); }
H1.HeaderClassName
{
color: #844151;
}
.AnyTagClassName
{
color: #844151;
}
</style>
background-color css
<style>
a { background-color: #844151; }
a { background-color: rgb(132,65,81); }
div.DivClassName
{
background-color: #844151;
}
.BgClassName
{
background-color: #844151;
}
</style>
border-color css
<style>
span { border-color: #844151; }
span { border-color: rgb(132,65,81); }
td.TdClassName
{
border-color: #844151;
}
.TagClassName
{
border-color: #844151;
}
</style>