Shades of Camelot #84354C
Tints of Camelot #84354C
RGB
CMYK
RGB Variations
Color information
#84354C (or 0x84354C) is known color: Camelot. HEX triplet: 84, 35 and 4C. RGB value is (132,53,76). Sum of RGB (Red+Green+Blue) = 132+53+76=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84354C is #7BCAB3. Grayscale: #4F4F4F. Windows color (decimal): -8112820 or 4994436. OLE color: 4994436.
HSL color Cylindrical-coordinate representation of color #84354C: hue angle of 342.53º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84354C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 76 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.48 |
| HSL | 342.53º | 0.43% | 0.36% | - |
| HSV(B) | 342.53º | 0.6% | 0.52% | - |
| XYZ | 12.09 | 7.97 | 7.74 | - |
| YUV | 79.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 76 | 0 | 0.60 | 0.42 | 0.48 | 342.53 | 0.43 | 0.36 |
| Hex | 84 | 35 | 4C | 0 | 3C | 2A | 30 | 157 | 2B | 24 |
| Octal | 204 | 65 | 114 | 0 | 74 | 52 | 60 | 527 | 53 | 44 |
| Binary | 10000100 | 110101 | 1001100 | 0 | 111100 | 101010 | 110000 | 101010111 | 101011 | 100100 |
Color Harmonies of #84354C
Complementary color
Monochromatic Colors of #84354C
Black with #84354C
Text Example
Text Example
White with #84354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84354C; }
p { color: rgb(132,53,76); }
H1.HeaderClassName
{
color: #84354C;
}
.AnyTagClassName
{
color: #84354C;
}
</style>
background-color css
<style>
a { background-color: #84354C; }
a { background-color: rgb(132,53,76); }
div.DivClassName
{
background-color: #84354C;
}
.BgClassName
{
background-color: #84354C;
}
</style>
border-color css
<style>
span { border-color: #84354C; }
span { border-color: rgb(132,53,76); }
td.TdClassName
{
border-color: #84354C;
}
.TagClassName
{
border-color: #84354C;
}
</style>