Shades of Camelot #843D52
Tints of Camelot #843D52
RGB
CMYK
RGB Variations
Color information
#843D52 (or 0x843D52) is known color: Camelot. HEX triplet: 84, 3D and 52. RGB value is (132,61,82). Sum of RGB (Red+Green+Blue) = 132+61+82=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #843D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D52 is #7BC2AD. Grayscale: #545454. Windows color (decimal): -8110766 or 5389700. OLE color: 5389700.
HSL color Cylindrical-coordinate representation of color #843D52: hue angle of 342.25º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843D52 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 82 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.48 |
| HSL | 342.25º | 0.37% | 0.38% | - |
| HSV(B) | 342.25º | 0.54% | 0.52% | - |
| XYZ | 12.71 | 8.85 | 9.02 | - |
| YUV | 84.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 82 | 0 | 0.54 | 0.38 | 0.48 | 342.25 | 0.37 | 0.38 |
| Hex | 84 | 3D | 52 | 0 | 36 | 26 | 30 | 156 | 25 | 26 |
| Octal | 204 | 75 | 122 | 0 | 66 | 46 | 60 | 526 | 45 | 46 |
| Binary | 10000100 | 111101 | 1010010 | 0 | 110110 | 100110 | 110000 | 101010110 | 100101 | 100110 |
Color Harmonies of #843D52
Complementary color
Monochromatic Colors of #843D52
Black with #843D52
Text Example
Text Example
White with #843D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D52; }
p { color: rgb(132,61,82); }
H1.HeaderClassName
{
color: #843D52;
}
.AnyTagClassName
{
color: #843D52;
}
</style>
background-color css
<style>
a { background-color: #843D52; }
a { background-color: rgb(132,61,82); }
div.DivClassName
{
background-color: #843D52;
}
.BgClassName
{
background-color: #843D52;
}
</style>
border-color css
<style>
span { border-color: #843D52; }
span { border-color: rgb(132,61,82); }
td.TdClassName
{
border-color: #843D52;
}
.TagClassName
{
border-color: #843D52;
}
</style>