Shades of Camelot #84344C
Tints of Camelot #84344C
RGB
CMYK
RGB Variations
Color information
#84344C (or 0x84344C) is known color: Camelot. HEX triplet: 84, 34 and 4C. RGB value is (132,52,76). Sum of RGB (Red+Green+Blue) = 132+52+76=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84344C is #7BCBB3. Grayscale: #4E4E4E. Windows color (decimal): -8113076 or 4994180. OLE color: 4994180.
HSL color Cylindrical-coordinate representation of color #84344C: hue angle of 342º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84344C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 76 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.48 |
| HSL | 342º | 0.43% | 0.36% | - |
| HSV(B) | 342º | 0.61% | 0.52% | - |
| XYZ | 12.05 | 7.88 | 7.72 | - |
| YUV | 78.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 76 | 0 | 0.61 | 0.42 | 0.48 | 342 | 0.43 | 0.36 |
| Hex | 84 | 34 | 4C | 0 | 3D | 2A | 30 | 156 | 2B | 24 |
| Octal | 204 | 64 | 114 | 0 | 75 | 52 | 60 | 526 | 53 | 44 |
| Binary | 10000100 | 110100 | 1001100 | 0 | 111101 | 101010 | 110000 | 101010110 | 101011 | 100100 |
Color Harmonies of #84344C
Complementary color
Monochromatic Colors of #84344C
Black with #84344C
Text Example
Text Example
White with #84344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84344C; }
p { color: rgb(132,52,76); }
H1.HeaderClassName
{
color: #84344C;
}
.AnyTagClassName
{
color: #84344C;
}
</style>
background-color css
<style>
a { background-color: #84344C; }
a { background-color: rgb(132,52,76); }
div.DivClassName
{
background-color: #84344C;
}
.BgClassName
{
background-color: #84344C;
}
</style>
border-color css
<style>
span { border-color: #84344C; }
span { border-color: rgb(132,52,76); }
td.TdClassName
{
border-color: #84344C;
}
.TagClassName
{
border-color: #84344C;
}
</style>