Shades of Camelot #833547
Tints of Camelot #833547
RGB
CMYK
RGB Variations
Color information
#833547 (or 0x833547) is known color: Camelot. HEX triplet: 83, 35 and 47. RGB value is (131,53,71). Sum of RGB (Red+Green+Blue) = 131+53+71=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833547 is #7CCAB8. Grayscale: #4E4E4E. Windows color (decimal): -8178361 or 4666755. OLE color: 4666755.
HSL color Cylindrical-coordinate representation of color #833547: hue angle of 346.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833547 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 71 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.49 |
| HSL | 346.15º | 0.42% | 0.36% | - |
| HSV(B) | 346.15º | 0.6% | 0.51% | - |
| XYZ | 11.77 | 7.83 | 6.85 | - |
| YUV | 78.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 71 | 0 | 0.60 | 0.46 | 0.49 | 346.15 | 0.42 | 0.36 |
| Hex | 83 | 35 | 47 | 0 | 3C | 2E | 31 | 15A | 2A | 24 |
| Octal | 203 | 65 | 107 | 0 | 74 | 56 | 61 | 532 | 52 | 44 |
| Binary | 10000011 | 110101 | 1000111 | 0 | 111100 | 101110 | 110001 | 101011010 | 101010 | 100100 |
Color Harmonies of #833547
Complementary color
Monochromatic Colors of #833547
Black with #833547
Text Example
Text Example
White with #833547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833547; }
p { color: rgb(131,53,71); }
H1.HeaderClassName
{
color: #833547;
}
.AnyTagClassName
{
color: #833547;
}
</style>
background-color css
<style>
a { background-color: #833547; }
a { background-color: rgb(131,53,71); }
div.DivClassName
{
background-color: #833547;
}
.BgClassName
{
background-color: #833547;
}
</style>
border-color css
<style>
span { border-color: #833547; }
span { border-color: rgb(131,53,71); }
td.TdClassName
{
border-color: #833547;
}
.TagClassName
{
border-color: #833547;
}
</style>