Shades of Camelot #843C4C
Tints of Camelot #843C4C
RGB
CMYK
RGB Variations
Color information
#843C4C (or 0x843C4C) is known color: Camelot. HEX triplet: 84, 3C and 4C. RGB value is (132,60,76). Sum of RGB (Red+Green+Blue) = 132+60+76=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #843C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C4C is #7BC3B3. Grayscale: #535353. Windows color (decimal): -8111028 or 4996228. OLE color: 4996228.
HSL color Cylindrical-coordinate representation of color #843C4C: hue angle of 346.67º 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 #843C4C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 76 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.48 |
| HSL | 346.67º | 0.38% | 0.38% | - |
| HSV(B) | 346.67º | 0.55% | 0.52% | - |
| XYZ | 12.44 | 8.66 | 7.85 | - |
| YUV | 83.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 76 | 0 | 0.55 | 0.42 | 0.48 | 346.67 | 0.38 | 0.38 |
| Hex | 84 | 3C | 4C | 0 | 37 | 2A | 30 | 15B | 26 | 26 |
| Octal | 204 | 74 | 114 | 0 | 67 | 52 | 60 | 533 | 46 | 46 |
| Binary | 10000100 | 111100 | 1001100 | 0 | 110111 | 101010 | 110000 | 101011011 | 100110 | 100110 |
Color Harmonies of #843C4C
Complementary color
Monochromatic Colors of #843C4C
Black with #843C4C
Text Example
Text Example
White with #843C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C4C; }
p { color: rgb(132,60,76); }
H1.HeaderClassName
{
color: #843C4C;
}
.AnyTagClassName
{
color: #843C4C;
}
</style>
background-color css
<style>
a { background-color: #843C4C; }
a { background-color: rgb(132,60,76); }
div.DivClassName
{
background-color: #843C4C;
}
.BgClassName
{
background-color: #843C4C;
}
</style>
border-color css
<style>
span { border-color: #843C4C; }
span { border-color: rgb(132,60,76); }
td.TdClassName
{
border-color: #843C4C;
}
.TagClassName
{
border-color: #843C4C;
}
</style>