Shades of Camelot #844352
Tints of Camelot #844352
RGB
CMYK
RGB Variations
Color information
#844352 (or 0x844352) is known color: Camelot. HEX triplet: 84, 43 and 52. RGB value is (132,67,82). Sum of RGB (Red+Green+Blue) = 132+67+82=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844352 is #7BBCAD. Grayscale: #585858. Windows color (decimal): -8109230 or 5391236. OLE color: 5391236.
HSL color Cylindrical-coordinate representation of color #844352: hue angle of 346.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844352 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 82 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.48 |
| HSL | 346.15º | 0.33% | 0.39% | - |
| HSV(B) | 346.15º | 0.49% | 0.52% | - |
| XYZ | 13.05 | 9.53 | 9.13 | - |
| YUV | 88.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 82 | 0 | 0.49 | 0.38 | 0.48 | 346.15 | 0.33 | 0.39 |
| Hex | 84 | 43 | 52 | 0 | 31 | 26 | 30 | 15A | 21 | 27 |
| Octal | 204 | 103 | 122 | 0 | 61 | 46 | 60 | 532 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1010010 | 0 | 110001 | 100110 | 110000 | 101011010 | 100001 | 100111 |
Color Harmonies of #844352
Complementary color
Monochromatic Colors of #844352
Black with #844352
Text Example
Text Example
White with #844352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844352; }
p { color: rgb(132,67,82); }
H1.HeaderClassName
{
color: #844352;
}
.AnyTagClassName
{
color: #844352;
}
</style>
background-color css
<style>
a { background-color: #844352; }
a { background-color: rgb(132,67,82); }
div.DivClassName
{
background-color: #844352;
}
.BgClassName
{
background-color: #844352;
}
</style>
border-color css
<style>
span { border-color: #844352; }
span { border-color: rgb(132,67,82); }
td.TdClassName
{
border-color: #844352;
}
.TagClassName
{
border-color: #844352;
}
</style>