Shades of Camelot #84394F
Tints of Camelot #84394F
RGB
CMYK
RGB Variations
Color information
#84394F (or 0x84394F) is known color: Camelot. HEX triplet: 84, 39 and 4F. RGB value is (132,57,79). Sum of RGB (Red+Green+Blue) = 132+57+79=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #84394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84394F is #7BC6B0. Grayscale: #515151. Windows color (decimal): -8111793 or 5192068. OLE color: 5192068.
HSL color Cylindrical-coordinate representation of color #84394F: hue angle of 342.4º 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 #84394F is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 79 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.48 |
| HSL | 342.4º | 0.4% | 0.37% | - |
| HSV(B) | 342.4º | 0.57% | 0.52% | - |
| XYZ | 12.39 | 8.4 | 8.36 | - |
| YUV | 81.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 79 | 0 | 0.57 | 0.40 | 0.48 | 342.4 | 0.4 | 0.37 |
| Hex | 84 | 39 | 4F | 0 | 39 | 28 | 30 | 156 | 28 | 25 |
| Octal | 204 | 71 | 117 | 0 | 71 | 50 | 60 | 526 | 50 | 45 |
| Binary | 10000100 | 111001 | 1001111 | 0 | 111001 | 101000 | 110000 | 101010110 | 101000 | 100101 |
Color Harmonies of #84394F
Complementary color
Monochromatic Colors of #84394F
Black with #84394F
Text Example
Text Example
White with #84394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84394F; }
p { color: rgb(132,57,79); }
H1.HeaderClassName
{
color: #84394F;
}
.AnyTagClassName
{
color: #84394F;
}
</style>
background-color css
<style>
a { background-color: #84394F; }
a { background-color: rgb(132,57,79); }
div.DivClassName
{
background-color: #84394F;
}
.BgClassName
{
background-color: #84394F;
}
</style>
border-color css
<style>
span { border-color: #84394F; }
span { border-color: rgb(132,57,79); }
td.TdClassName
{
border-color: #84394F;
}
.TagClassName
{
border-color: #84394F;
}
</style>