Shades of Camelot #84394D
Tints of Camelot #84394D
RGB
CMYK
RGB Variations
Color information
#84394D (or 0x84394D) is known color: Camelot. HEX triplet: 84, 39 and 4D. RGB value is (132,57,77). Sum of RGB (Red+Green+Blue) = 132+57+77=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84394D is #7BC6B2. Grayscale: #515151. Windows color (decimal): -8111795 or 5060996. OLE color: 5060996.
HSL color Cylindrical-coordinate representation of color #84394D: hue angle of 344º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84394D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 77 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.48 |
| HSL | 344º | 0.4% | 0.37% | - |
| HSV(B) | 344º | 0.57% | 0.52% | - |
| XYZ | 12.32 | 8.37 | 7.99 | - |
| YUV | 81.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 77 | 0 | 0.57 | 0.42 | 0.48 | 344 | 0.4 | 0.37 |
| Hex | 84 | 39 | 4D | 0 | 39 | 2A | 30 | 158 | 28 | 25 |
| Octal | 204 | 71 | 115 | 0 | 71 | 52 | 60 | 530 | 50 | 45 |
| Binary | 10000100 | 111001 | 1001101 | 0 | 111001 | 101010 | 110000 | 101011000 | 101000 | 100101 |
Color Harmonies of #84394D
Complementary color
Monochromatic Colors of #84394D
Black with #84394D
Text Example
Text Example
White with #84394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84394D; }
p { color: rgb(132,57,77); }
H1.HeaderClassName
{
color: #84394D;
}
.AnyTagClassName
{
color: #84394D;
}
</style>
background-color css
<style>
a { background-color: #84394D; }
a { background-color: rgb(132,57,77); }
div.DivClassName
{
background-color: #84394D;
}
.BgClassName
{
background-color: #84394D;
}
</style>
border-color css
<style>
span { border-color: #84394D; }
span { border-color: rgb(132,57,77); }
td.TdClassName
{
border-color: #84394D;
}
.TagClassName
{
border-color: #84394D;
}
</style>