Shades of Camelot #84374C
Tints of Camelot #84374C
RGB
CMYK
RGB Variations
Color information
#84374C (or 0x84374C) is known color: Camelot. HEX triplet: 84, 37 and 4C. RGB value is (132,55,76). Sum of RGB (Red+Green+Blue) = 132+55+76=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84374C is #7BC8B3. Grayscale: #505050. Windows color (decimal): -8112308 or 4994948. OLE color: 4994948.
HSL color Cylindrical-coordinate representation of color #84374C: hue angle of 343.64º degrees, saturation: 0.41, 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 #84374C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 76 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.48 |
| HSL | 343.64º | 0.41% | 0.37% | - |
| HSV(B) | 343.64º | 0.58% | 0.52% | - |
| XYZ | 12.19 | 8.16 | 7.77 | - |
| YUV | 80.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 76 | 0 | 0.58 | 0.42 | 0.48 | 343.64 | 0.41 | 0.37 |
| Hex | 84 | 37 | 4C | 0 | 3A | 2A | 30 | 158 | 29 | 25 |
| Octal | 204 | 67 | 114 | 0 | 72 | 52 | 60 | 530 | 51 | 45 |
| Binary | 10000100 | 110111 | 1001100 | 0 | 111010 | 101010 | 110000 | 101011000 | 101001 | 100101 |
Color Harmonies of #84374C
Complementary color
Monochromatic Colors of #84374C
Black with #84374C
Text Example
Text Example
White with #84374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84374C; }
p { color: rgb(132,55,76); }
H1.HeaderClassName
{
color: #84374C;
}
.AnyTagClassName
{
color: #84374C;
}
</style>
background-color css
<style>
a { background-color: #84374C; }
a { background-color: rgb(132,55,76); }
div.DivClassName
{
background-color: #84374C;
}
.BgClassName
{
background-color: #84374C;
}
</style>
border-color css
<style>
span { border-color: #84374C; }
span { border-color: rgb(132,55,76); }
td.TdClassName
{
border-color: #84374C;
}
.TagClassName
{
border-color: #84374C;
}
</style>