Shades of Camelot #844453
Tints of Camelot #844453
RGB
CMYK
RGB Variations
Color information
#844453 (or 0x844453) is known color: Camelot. HEX triplet: 84, 44 and 53. RGB value is (132,68,83). Sum of RGB (Red+Green+Blue) = 132+68+83=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844453 is #7BBBAC. Grayscale: #585858. Windows color (decimal): -8108973 or 5457028. OLE color: 5457028.
HSL color Cylindrical-coordinate representation of color #844453: hue angle of 345.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844453 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 83 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.48 |
| HSL | 345.94º | 0.32% | 0.39% | - |
| HSV(B) | 345.94º | 0.48% | 0.52% | - |
| XYZ | 13.14 | 9.66 | 9.36 | - |
| YUV | 88.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 83 | 0 | 0.48 | 0.37 | 0.48 | 345.94 | 0.32 | 0.39 |
| Hex | 84 | 44 | 53 | 0 | 30 | 25 | 30 | 15A | 20 | 27 |
| Octal | 204 | 104 | 123 | 0 | 60 | 45 | 60 | 532 | 40 | 47 |
| Binary | 10000100 | 1000100 | 1010011 | 0 | 110000 | 100101 | 110000 | 101011010 | 100000 | 100111 |
Color Harmonies of #844453
Complementary color
Monochromatic Colors of #844453
Black with #844453
Text Example
Text Example
White with #844453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844453; }
p { color: rgb(132,68,83); }
H1.HeaderClassName
{
color: #844453;
}
.AnyTagClassName
{
color: #844453;
}
</style>
background-color css
<style>
a { background-color: #844453; }
a { background-color: rgb(132,68,83); }
div.DivClassName
{
background-color: #844453;
}
.BgClassName
{
background-color: #844453;
}
</style>
border-color css
<style>
span { border-color: #844453; }
span { border-color: rgb(132,68,83); }
td.TdClassName
{
border-color: #844453;
}
.TagClassName
{
border-color: #844453;
}
</style>