Shades of Camelot #843642
Tints of Camelot #843642
RGB
CMYK
RGB Variations
Color information
#843642 (or 0x843642) is known color: Camelot. HEX triplet: 84, 36 and 42. RGB value is (132,54,66). Sum of RGB (Red+Green+Blue) = 132+54+66=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #843642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843642 is #7BC9BD. Grayscale: #4E4E4E. Windows color (decimal): -8112574 or 4339332. OLE color: 4339332.
HSL color Cylindrical-coordinate representation of color #843642: hue angle of 350.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843642 is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 66 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.48 |
| HSL | 350.77º | 0.42% | 0.36% | - |
| HSV(B) | 350.77º | 0.59% | 0.52% | - |
| XYZ | 11.82 | 7.94 | 6.06 | - |
| YUV | 78.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 66 | 0 | 0.59 | 0.5 | 0.48 | 350.77 | 0.42 | 0.36 |
| Hex | 84 | 36 | 42 | 0 | 3B | 32 | 30 | 15F | 2A | 24 |
| Octal | 204 | 66 | 102 | 0 | 73 | 62 | 60 | 537 | 52 | 44 |
| Binary | 10000100 | 110110 | 1000010 | 0 | 111011 | 110010 | 110000 | 101011111 | 101010 | 100100 |
Color Harmonies of #843642
Complementary color
Monochromatic Colors of #843642
Black with #843642
Text Example
Text Example
White with #843642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843642; }
p { color: rgb(132,54,66); }
H1.HeaderClassName
{
color: #843642;
}
.AnyTagClassName
{
color: #843642;
}
</style>
background-color css
<style>
a { background-color: #843642; }
a { background-color: rgb(132,54,66); }
div.DivClassName
{
background-color: #843642;
}
.BgClassName
{
background-color: #843642;
}
</style>
border-color css
<style>
span { border-color: #843642; }
span { border-color: rgb(132,54,66); }
td.TdClassName
{
border-color: #843642;
}
.TagClassName
{
border-color: #843642;
}
</style>