Shades of Camelot #833C50
Tints of Camelot #833C50
RGB
CMYK
RGB Variations
Color information
#833C50 (or 0x833C50) is known color: Camelot. HEX triplet: 83, 3C and 50. RGB value is (131,60,80). Sum of RGB (Red+Green+Blue) = 131+60+80=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #833C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C50 is #7CC3AF. Grayscale: #535353. Windows color (decimal): -8176560 or 5258371. OLE color: 5258371.
HSL color Cylindrical-coordinate representation of color #833C50: hue angle of 343.1º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #833C50 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 80 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.49 |
| HSL | 343.1º | 0.37% | 0.37% | - |
| HSV(B) | 343.1º | 0.54% | 0.51% | - |
| XYZ | 12.42 | 8.64 | 8.6 | - |
| YUV | 83.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 80 | 0 | 0.54 | 0.39 | 0.49 | 343.1 | 0.37 | 0.37 |
| Hex | 83 | 3C | 50 | 0 | 36 | 27 | 31 | 157 | 25 | 25 |
| Octal | 203 | 74 | 120 | 0 | 66 | 47 | 61 | 527 | 45 | 45 |
| Binary | 10000011 | 111100 | 1010000 | 0 | 110110 | 100111 | 110001 | 101010111 | 100101 | 100101 |
Color Harmonies of #833C50
Complementary color
Monochromatic Colors of #833C50
Black with #833C50
Text Example
Text Example
White with #833C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C50; }
p { color: rgb(131,60,80); }
H1.HeaderClassName
{
color: #833C50;
}
.AnyTagClassName
{
color: #833C50;
}
</style>
background-color css
<style>
a { background-color: #833C50; }
a { background-color: rgb(131,60,80); }
div.DivClassName
{
background-color: #833C50;
}
.BgClassName
{
background-color: #833C50;
}
</style>
border-color css
<style>
span { border-color: #833C50; }
span { border-color: rgb(131,60,80); }
td.TdClassName
{
border-color: #833C50;
}
.TagClassName
{
border-color: #833C50;
}
</style>