Shades of Camelot #84384F
Tints of Camelot #84384F
RGB
CMYK
RGB Variations
Color information
#84384F (or 0x84384F) is known color: Camelot. HEX triplet: 84, 38 and 4F. RGB value is (132,56,79). Sum of RGB (Red+Green+Blue) = 132+56+79=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84384F is #7BC7B0. Grayscale: #515151. Windows color (decimal): -8112049 or 5191812. OLE color: 5191812.
HSL color Cylindrical-coordinate representation of color #84384F: hue angle of 341.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84384F is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 79 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.48 |
| HSL | 341.84º | 0.4% | 0.37% | - |
| HSV(B) | 341.84º | 0.58% | 0.52% | - |
| XYZ | 12.34 | 8.3 | 8.35 | - |
| YUV | 81.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 79 | 0 | 0.58 | 0.40 | 0.48 | 341.84 | 0.4 | 0.37 |
| Hex | 84 | 38 | 4F | 0 | 3A | 28 | 30 | 156 | 28 | 25 |
| Octal | 204 | 70 | 117 | 0 | 72 | 50 | 60 | 526 | 50 | 45 |
| Binary | 10000100 | 111000 | 1001111 | 0 | 111010 | 101000 | 110000 | 101010110 | 101000 | 100101 |
Color Harmonies of #84384F
Complementary color
Monochromatic Colors of #84384F
Black with #84384F
Text Example
Text Example
White with #84384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84384F; }
p { color: rgb(132,56,79); }
H1.HeaderClassName
{
color: #84384F;
}
.AnyTagClassName
{
color: #84384F;
}
</style>
background-color css
<style>
a { background-color: #84384F; }
a { background-color: rgb(132,56,79); }
div.DivClassName
{
background-color: #84384F;
}
.BgClassName
{
background-color: #84384F;
}
</style>
border-color css
<style>
span { border-color: #84384F; }
span { border-color: rgb(132,56,79); }
td.TdClassName
{
border-color: #84384F;
}
.TagClassName
{
border-color: #84384F;
}
</style>