Shades of Camelot #84374F
Tints of Camelot #84374F
RGB
CMYK
RGB Variations
Color information
#84374F (or 0x84374F) is known color: Camelot. HEX triplet: 84, 37 and 4F. RGB value is (132,55,79). Sum of RGB (Red+Green+Blue) = 132+55+79=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84374F is #7BC8B0. Grayscale: #505050. Windows color (decimal): -8112305 or 5191556. OLE color: 5191556.
HSL color Cylindrical-coordinate representation of color #84374F: hue angle of 341.3º 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 #84374F is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 79 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.48 |
| HSL | 341.3º | 0.41% | 0.37% | - |
| HSV(B) | 341.3º | 0.58% | 0.52% | - |
| XYZ | 12.29 | 8.2 | 8.33 | - |
| YUV | 80.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 79 | 0 | 0.58 | 0.40 | 0.48 | 341.3 | 0.41 | 0.37 |
| Hex | 84 | 37 | 4F | 0 | 3A | 28 | 30 | 155 | 29 | 25 |
| Octal | 204 | 67 | 117 | 0 | 72 | 50 | 60 | 525 | 51 | 45 |
| Binary | 10000100 | 110111 | 1001111 | 0 | 111010 | 101000 | 110000 | 101010101 | 101001 | 100101 |
Color Harmonies of #84374F
Complementary color
Monochromatic Colors of #84374F
Black with #84374F
Text Example
Text Example
White with #84374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84374F; }
p { color: rgb(132,55,79); }
H1.HeaderClassName
{
color: #84374F;
}
.AnyTagClassName
{
color: #84374F;
}
</style>
background-color css
<style>
a { background-color: #84374F; }
a { background-color: rgb(132,55,79); }
div.DivClassName
{
background-color: #84374F;
}
.BgClassName
{
background-color: #84374F;
}
</style>
border-color css
<style>
span { border-color: #84374F; }
span { border-color: rgb(132,55,79); }
td.TdClassName
{
border-color: #84374F;
}
.TagClassName
{
border-color: #84374F;
}
</style>