Shades of Camelot #833B50
Tints of Camelot #833B50
RGB
CMYK
RGB Variations
Color information
#833B50 (or 0x833B50) is known color: Camelot. HEX triplet: 83, 3B and 50. RGB value is (131,59,80). Sum of RGB (Red+Green+Blue) = 131+59+80=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #833B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B50 is #7CC4AF. Grayscale: #525252. Windows color (decimal): -8176816 or 5258115. OLE color: 5258115.
HSL color Cylindrical-coordinate representation of color #833B50: hue angle of 342.5º 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 #833B50 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 80 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.49 |
| HSL | 342.5º | 0.38% | 0.37% | - |
| HSV(B) | 342.5º | 0.55% | 0.51% | - |
| XYZ | 12.37 | 8.53 | 8.58 | - |
| YUV | 82.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 80 | 0 | 0.55 | 0.39 | 0.49 | 342.5 | 0.38 | 0.37 |
| Hex | 83 | 3B | 50 | 0 | 37 | 27 | 31 | 156 | 26 | 25 |
| Octal | 203 | 73 | 120 | 0 | 67 | 47 | 61 | 526 | 46 | 45 |
| Binary | 10000011 | 111011 | 1010000 | 0 | 110111 | 100111 | 110001 | 101010110 | 100110 | 100101 |
Color Harmonies of #833B50
Complementary color
Monochromatic Colors of #833B50
Black with #833B50
Text Example
Text Example
White with #833B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B50; }
p { color: rgb(131,59,80); }
H1.HeaderClassName
{
color: #833B50;
}
.AnyTagClassName
{
color: #833B50;
}
</style>
background-color css
<style>
a { background-color: #833B50; }
a { background-color: rgb(131,59,80); }
div.DivClassName
{
background-color: #833B50;
}
.BgClassName
{
background-color: #833B50;
}
</style>
border-color css
<style>
span { border-color: #833B50; }
span { border-color: rgb(131,59,80); }
td.TdClassName
{
border-color: #833B50;
}
.TagClassName
{
border-color: #833B50;
}
</style>