Shades of Camelot #84334A
Tints of Camelot #84334A
RGB
CMYK
RGB Variations
Color information
#84334A (or 0x84334A) is known color: Camelot. HEX triplet: 84, 33 and 4A. RGB value is (132,51,74). Sum of RGB (Red+Green+Blue) = 132+51+74=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84334A is #7BCCB5. Grayscale: #4D4D4D. Windows color (decimal): -8113334 or 4862852. OLE color: 4862852.
HSL color Cylindrical-coordinate representation of color #84334A: hue angle of 342.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84334A is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 74 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.48 |
| HSL | 342.96º | 0.44% | 0.36% | - |
| HSV(B) | 342.96º | 0.61% | 0.52% | - |
| XYZ | 11.94 | 7.77 | 7.35 | - |
| YUV | 77.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 74 | 0 | 0.61 | 0.44 | 0.48 | 342.96 | 0.44 | 0.36 |
| Hex | 84 | 33 | 4A | 0 | 3D | 2C | 30 | 157 | 2C | 24 |
| Octal | 204 | 63 | 112 | 0 | 75 | 54 | 60 | 527 | 54 | 44 |
| Binary | 10000100 | 110011 | 1001010 | 0 | 111101 | 101100 | 110000 | 101010111 | 101100 | 100100 |
Color Harmonies of #84334A
Complementary color
Monochromatic Colors of #84334A
Black with #84334A
Text Example
Text Example
White with #84334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84334A; }
p { color: rgb(132,51,74); }
H1.HeaderClassName
{
color: #84334A;
}
.AnyTagClassName
{
color: #84334A;
}
</style>
background-color css
<style>
a { background-color: #84334A; }
a { background-color: rgb(132,51,74); }
div.DivClassName
{
background-color: #84334A;
}
.BgClassName
{
background-color: #84334A;
}
</style>
border-color css
<style>
span { border-color: #84334A; }
span { border-color: rgb(132,51,74); }
td.TdClassName
{
border-color: #84334A;
}
.TagClassName
{
border-color: #84334A;
}
</style>