Shades of Camelot #84364F
Tints of Camelot #84364F
RGB
CMYK
RGB Variations
Color information
#84364F (or 0x84364F) is known color: Camelot. HEX triplet: 84, 36 and 4F. RGB value is (132,54,79). Sum of RGB (Red+Green+Blue) = 132+54+79=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84364F is #7BC9B0. Grayscale: #505050. Windows color (decimal): -8112561 or 5191300. OLE color: 5191300.
HSL color Cylindrical-coordinate representation of color #84364F: hue angle of 340.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 #84364F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 79 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.48 |
| HSL | 340.77º | 0.42% | 0.36% | - |
| HSV(B) | 340.77º | 0.59% | 0.52% | - |
| XYZ | 12.25 | 8.11 | 8.32 | - |
| YUV | 80.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 79 | 0 | 0.59 | 0.40 | 0.48 | 340.77 | 0.42 | 0.36 |
| Hex | 84 | 36 | 4F | 0 | 3B | 28 | 30 | 155 | 2A | 24 |
| Octal | 204 | 66 | 117 | 0 | 73 | 50 | 60 | 525 | 52 | 44 |
| Binary | 10000100 | 110110 | 1001111 | 0 | 111011 | 101000 | 110000 | 101010101 | 101010 | 100100 |
Color Harmonies of #84364F
Complementary color
Monochromatic Colors of #84364F
Black with #84364F
Text Example
Text Example
White with #84364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84364F; }
p { color: rgb(132,54,79); }
H1.HeaderClassName
{
color: #84364F;
}
.AnyTagClassName
{
color: #84364F;
}
</style>
background-color css
<style>
a { background-color: #84364F; }
a { background-color: rgb(132,54,79); }
div.DivClassName
{
background-color: #84364F;
}
.BgClassName
{
background-color: #84364F;
}
</style>
border-color css
<style>
span { border-color: #84364F; }
span { border-color: rgb(132,54,79); }
td.TdClassName
{
border-color: #84364F;
}
.TagClassName
{
border-color: #84364F;
}
</style>