Shades of Camelot #84384E
Tints of Camelot #84384E
RGB
CMYK
RGB Variations
Color information
#84384E (or 0x84384E) is known color: Camelot. HEX triplet: 84, 38 and 4E. RGB value is (132,56,78). Sum of RGB (Red+Green+Blue) = 132+56+78=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84384E is #7BC7B1. Grayscale: #515151. Windows color (decimal): -8112050 or 5126276. OLE color: 5126276.
HSL color Cylindrical-coordinate representation of color #84384E: hue angle of 342.63º 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 #84384E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 78 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.48 |
| HSL | 342.63º | 0.4% | 0.37% | - |
| HSV(B) | 342.63º | 0.58% | 0.52% | - |
| XYZ | 12.31 | 8.28 | 8.16 | - |
| YUV | 81.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 78 | 0 | 0.58 | 0.41 | 0.48 | 342.63 | 0.4 | 0.37 |
| Hex | 84 | 38 | 4E | 0 | 3A | 29 | 30 | 157 | 28 | 25 |
| Octal | 204 | 70 | 116 | 0 | 72 | 51 | 60 | 527 | 50 | 45 |
| Binary | 10000100 | 111000 | 1001110 | 0 | 111010 | 101001 | 110000 | 101010111 | 101000 | 100101 |
Color Harmonies of #84384E
Complementary color
Monochromatic Colors of #84384E
Black with #84384E
Text Example
Text Example
White with #84384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84384E; }
p { color: rgb(132,56,78); }
H1.HeaderClassName
{
color: #84384E;
}
.AnyTagClassName
{
color: #84384E;
}
</style>
background-color css
<style>
a { background-color: #84384E; }
a { background-color: rgb(132,56,78); }
div.DivClassName
{
background-color: #84384E;
}
.BgClassName
{
background-color: #84384E;
}
</style>
border-color css
<style>
span { border-color: #84384E; }
span { border-color: rgb(132,56,78); }
td.TdClassName
{
border-color: #84384E;
}
.TagClassName
{
border-color: #84384E;
}
</style>