Shades of Camelot #833C4D
Tints of Camelot #833C4D
RGB
CMYK
RGB Variations
Color information
#833C4D (or 0x833C4D) is known color: Camelot. HEX triplet: 83, 3C and 4D. RGB value is (131,60,77). Sum of RGB (Red+Green+Blue) = 131+60+77=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #833C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C4D is #7CC3B2. Grayscale: #535353. Windows color (decimal): -8176563 or 5061763. OLE color: 5061763.
HSL color Cylindrical-coordinate representation of color #833C4D: hue angle of 345.63º 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 #833C4D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 77 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.49 |
| HSL | 345.63º | 0.37% | 0.37% | - |
| HSV(B) | 345.63º | 0.54% | 0.51% | - |
| XYZ | 12.32 | 8.59 | 8.03 | - |
| YUV | 83.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 77 | 0 | 0.54 | 0.41 | 0.49 | 345.63 | 0.37 | 0.37 |
| Hex | 83 | 3C | 4D | 0 | 36 | 29 | 31 | 15A | 25 | 25 |
| Octal | 203 | 74 | 115 | 0 | 66 | 51 | 61 | 532 | 45 | 45 |
| Binary | 10000011 | 111100 | 1001101 | 0 | 110110 | 101001 | 110001 | 101011010 | 100101 | 100101 |
Color Harmonies of #833C4D
Complementary color
Monochromatic Colors of #833C4D
Black with #833C4D
Text Example
Text Example
White with #833C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C4D; }
p { color: rgb(131,60,77); }
H1.HeaderClassName
{
color: #833C4D;
}
.AnyTagClassName
{
color: #833C4D;
}
</style>
background-color css
<style>
a { background-color: #833C4D; }
a { background-color: rgb(131,60,77); }
div.DivClassName
{
background-color: #833C4D;
}
.BgClassName
{
background-color: #833C4D;
}
</style>
border-color css
<style>
span { border-color: #833C4D; }
span { border-color: rgb(131,60,77); }
td.TdClassName
{
border-color: #833C4D;
}
.TagClassName
{
border-color: #833C4D;
}
</style>