Shades of Camelot #833B53
Tints of Camelot #833B53
RGB
CMYK
RGB Variations
Color information
#833B53 (or 0x833B53) is known color: Camelot. HEX triplet: 83, 3B and 53. RGB value is (131,59,83). Sum of RGB (Red+Green+Blue) = 131+59+83=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #833B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B53 is #7CC4AC. Grayscale: #535353. Windows color (decimal): -8176813 or 5454723. OLE color: 5454723.
HSL color Cylindrical-coordinate representation of color #833B53: hue angle of 340º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B53 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 83 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.49 |
| HSL | 340º | 0.38% | 0.37% | - |
| HSV(B) | 340º | 0.55% | 0.51% | - |
| XYZ | 12.49 | 8.58 | 9.18 | - |
| YUV | 83.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 83 | 0 | 0.55 | 0.37 | 0.49 | 340 | 0.38 | 0.37 |
| Hex | 83 | 3B | 53 | 0 | 37 | 25 | 31 | 154 | 26 | 25 |
| Octal | 203 | 73 | 123 | 0 | 67 | 45 | 61 | 524 | 46 | 45 |
| Binary | 10000011 | 111011 | 1010011 | 0 | 110111 | 100101 | 110001 | 101010100 | 100110 | 100101 |
Color Harmonies of #833B53
Complementary color
Monochromatic Colors of #833B53
Black with #833B53
Text Example
Text Example
White with #833B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B53; }
p { color: rgb(131,59,83); }
H1.HeaderClassName
{
color: #833B53;
}
.AnyTagClassName
{
color: #833B53;
}
</style>
background-color css
<style>
a { background-color: #833B53; }
a { background-color: rgb(131,59,83); }
div.DivClassName
{
background-color: #833B53;
}
.BgClassName
{
background-color: #833B53;
}
</style>
border-color css
<style>
span { border-color: #833B53; }
span { border-color: rgb(131,59,83); }
td.TdClassName
{
border-color: #833B53;
}
.TagClassName
{
border-color: #833B53;
}
</style>