Shades of Camelot #833C54
Tints of Camelot #833C54
RGB
CMYK
RGB Variations
Color information
#833C54 (or 0x833C54) is known color: Camelot. HEX triplet: 83, 3C and 54. RGB value is (131,60,84). Sum of RGB (Red+Green+Blue) = 131+60+84=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #833C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C54 is #7CC3AB. Grayscale: #535353. Windows color (decimal): -8176556 or 5520515. OLE color: 5520515.
HSL color Cylindrical-coordinate representation of color #833C54: hue angle of 339.72º 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 #833C54 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 84 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.49 |
| HSL | 339.72º | 0.37% | 0.37% | - |
| HSV(B) | 339.72º | 0.54% | 0.51% | - |
| XYZ | 12.58 | 8.7 | 9.4 | - |
| YUV | 83.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 84 | 0 | 0.54 | 0.36 | 0.49 | 339.72 | 0.37 | 0.37 |
| Hex | 83 | 3C | 54 | 0 | 36 | 24 | 31 | 154 | 25 | 25 |
| Octal | 203 | 74 | 124 | 0 | 66 | 44 | 61 | 524 | 45 | 45 |
| Binary | 10000011 | 111100 | 1010100 | 0 | 110110 | 100100 | 110001 | 101010100 | 100101 | 100101 |
Color Harmonies of #833C54
Complementary color
Monochromatic Colors of #833C54
Black with #833C54
Text Example
Text Example
White with #833C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C54; }
p { color: rgb(131,60,84); }
H1.HeaderClassName
{
color: #833C54;
}
.AnyTagClassName
{
color: #833C54;
}
</style>
background-color css
<style>
a { background-color: #833C54; }
a { background-color: rgb(131,60,84); }
div.DivClassName
{
background-color: #833C54;
}
.BgClassName
{
background-color: #833C54;
}
</style>
border-color css
<style>
span { border-color: #833C54; }
span { border-color: rgb(131,60,84); }
td.TdClassName
{
border-color: #833C54;
}
.TagClassName
{
border-color: #833C54;
}
</style>