Shades of Camelot #823F49
Tints of Camelot #823F49
RGB
CMYK
RGB Variations
Color information
#823F49 (or 0x823F49) is known color: Camelot. HEX triplet: 82, 3F and 49. RGB value is (130,63,73). Sum of RGB (Red+Green+Blue) = 130+63+73=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #823F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F49 is #7DC0B6. Grayscale: #545454. Windows color (decimal): -8241335 or 4800386. OLE color: 4800386.
HSL color Cylindrical-coordinate representation of color #823F49: hue angle of 351.04º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #823F49 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 73 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.49 |
| HSL | 351.04º | 0.35% | 0.38% | - |
| HSV(B) | 351.04º | 0.52% | 0.51% | - |
| XYZ | 12.19 | 8.78 | 7.36 | - |
| YUV | 84.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 73 | 0 | 0.52 | 0.44 | 0.49 | 351.04 | 0.35 | 0.38 |
| Hex | 82 | 3F | 49 | 0 | 34 | 2C | 31 | 15F | 23 | 26 |
| Octal | 202 | 77 | 111 | 0 | 64 | 54 | 61 | 537 | 43 | 46 |
| Binary | 10000010 | 111111 | 1001001 | 0 | 110100 | 101100 | 110001 | 101011111 | 100011 | 100110 |
Color Harmonies of #823F49
Complementary color
Monochromatic Colors of #823F49
Black with #823F49
Text Example
Text Example
White with #823F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F49; }
p { color: rgb(130,63,73); }
H1.HeaderClassName
{
color: #823F49;
}
.AnyTagClassName
{
color: #823F49;
}
</style>
background-color css
<style>
a { background-color: #823F49; }
a { background-color: rgb(130,63,73); }
div.DivClassName
{
background-color: #823F49;
}
.BgClassName
{
background-color: #823F49;
}
</style>
border-color css
<style>
span { border-color: #823F49; }
span { border-color: rgb(130,63,73); }
td.TdClassName
{
border-color: #823F49;
}
.TagClassName
{
border-color: #823F49;
}
</style>