Shades of Camelot #843C55
Tints of Camelot #843C55
RGB
CMYK
RGB Variations
Color information
#843C55 (or 0x843C55) is known color: Camelot. HEX triplet: 84, 3C and 55. RGB value is (132,60,85). Sum of RGB (Red+Green+Blue) = 132+60+85=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #843C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C55 is #7BC3AA. Grayscale: #545454. Windows color (decimal): -8111019 or 5586052. OLE color: 5586052.
HSL color Cylindrical-coordinate representation of color #843C55: hue angle of 339.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C55 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 85 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.48 |
| HSL | 339.17º | 0.38% | 0.38% | - |
| HSV(B) | 339.17º | 0.55% | 0.52% | - |
| XYZ | 12.77 | 8.79 | 9.62 | - |
| YUV | 84.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 85 | 0 | 0.55 | 0.36 | 0.48 | 339.17 | 0.38 | 0.38 |
| Hex | 84 | 3C | 55 | 0 | 37 | 24 | 30 | 153 | 26 | 26 |
| Octal | 204 | 74 | 125 | 0 | 67 | 44 | 60 | 523 | 46 | 46 |
| Binary | 10000100 | 111100 | 1010101 | 0 | 110111 | 100100 | 110000 | 101010011 | 100110 | 100110 |
Color Harmonies of #843C55
Complementary color
Monochromatic Colors of #843C55
Black with #843C55
Text Example
Text Example
White with #843C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C55; }
p { color: rgb(132,60,85); }
H1.HeaderClassName
{
color: #843C55;
}
.AnyTagClassName
{
color: #843C55;
}
</style>
background-color css
<style>
a { background-color: #843C55; }
a { background-color: rgb(132,60,85); }
div.DivClassName
{
background-color: #843C55;
}
.BgClassName
{
background-color: #843C55;
}
</style>
border-color css
<style>
span { border-color: #843C55; }
span { border-color: rgb(132,60,85); }
td.TdClassName
{
border-color: #843C55;
}
.TagClassName
{
border-color: #843C55;
}
</style>