Shades of Camelot #833F49
Tints of Camelot #833F49
RGB
CMYK
RGB Variations
Color information
#833F49 (or 0x833F49) is known color: Camelot. HEX triplet: 83, 3F and 49. RGB value is (131,63,73). Sum of RGB (Red+Green+Blue) = 131+63+73=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #833F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F49 is #7CC0B6. Grayscale: #545454. Windows color (decimal): -8175799 or 4800387. OLE color: 4800387.
HSL color Cylindrical-coordinate representation of color #833F49: hue angle of 351.18º 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 #833F49 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 73 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.49 |
| HSL | 351.18º | 0.35% | 0.38% | - |
| HSV(B) | 351.18º | 0.52% | 0.51% | - |
| XYZ | 12.34 | 8.86 | 7.36 | - |
| YUV | 84.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 73 | 0 | 0.52 | 0.44 | 0.49 | 351.18 | 0.35 | 0.38 |
| Hex | 83 | 3F | 49 | 0 | 34 | 2C | 31 | 15F | 23 | 26 |
| Octal | 203 | 77 | 111 | 0 | 64 | 54 | 61 | 537 | 43 | 46 |
| Binary | 10000011 | 111111 | 1001001 | 0 | 110100 | 101100 | 110001 | 101011111 | 100011 | 100110 |
Color Harmonies of #833F49
Complementary color
Monochromatic Colors of #833F49
Black with #833F49
Text Example
Text Example
White with #833F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F49; }
p { color: rgb(131,63,73); }
H1.HeaderClassName
{
color: #833F49;
}
.AnyTagClassName
{
color: #833F49;
}
</style>
background-color css
<style>
a { background-color: #833F49; }
a { background-color: rgb(131,63,73); }
div.DivClassName
{
background-color: #833F49;
}
.BgClassName
{
background-color: #833F49;
}
</style>
border-color css
<style>
span { border-color: #833F49; }
span { border-color: rgb(131,63,73); }
td.TdClassName
{
border-color: #833F49;
}
.TagClassName
{
border-color: #833F49;
}
</style>