Shades of Camelot #84354B
Tints of Camelot #84354B
RGB
CMYK
RGB Variations
Color information
#84354B (or 0x84354B) is known color: Camelot. HEX triplet: 84, 35 and 4B. RGB value is (132,53,75). Sum of RGB (Red+Green+Blue) = 132+53+75=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84354B is #7BCAB4. Grayscale: #4F4F4F. Windows color (decimal): -8112821 or 4928900. OLE color: 4928900.
HSL color Cylindrical-coordinate representation of color #84354B: hue angle of 343.29º 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 #84354B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 75 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.48 |
| HSL | 343.29º | 0.43% | 0.36% | - |
| HSV(B) | 343.29º | 0.6% | 0.52% | - |
| XYZ | 12.06 | 7.96 | 7.56 | - |
| YUV | 79.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 75 | 0 | 0.60 | 0.43 | 0.48 | 343.29 | 0.43 | 0.36 |
| Hex | 84 | 35 | 4B | 0 | 3C | 2B | 30 | 157 | 2B | 24 |
| Octal | 204 | 65 | 113 | 0 | 74 | 53 | 60 | 527 | 53 | 44 |
| Binary | 10000100 | 110101 | 1001011 | 0 | 111100 | 101011 | 110000 | 101010111 | 101011 | 100100 |
Color Harmonies of #84354B
Complementary color
Monochromatic Colors of #84354B
Black with #84354B
Text Example
Text Example
White with #84354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84354B; }
p { color: rgb(132,53,75); }
H1.HeaderClassName
{
color: #84354B;
}
.AnyTagClassName
{
color: #84354B;
}
</style>
background-color css
<style>
a { background-color: #84354B; }
a { background-color: rgb(132,53,75); }
div.DivClassName
{
background-color: #84354B;
}
.BgClassName
{
background-color: #84354B;
}
</style>
border-color css
<style>
span { border-color: #84354B; }
span { border-color: rgb(132,53,75); }
td.TdClassName
{
border-color: #84354B;
}
.TagClassName
{
border-color: #84354B;
}
</style>