Shades of Camelot #833E4B
Tints of Camelot #833E4B
RGB
CMYK
RGB Variations
Color information
#833E4B (or 0x833E4B) is known color: Camelot. HEX triplet: 83, 3E and 4B. RGB value is (131,62,75). Sum of RGB (Red+Green+Blue) = 131+62+75=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #833E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E4B is #7CC1B4. Grayscale: #545454. Windows color (decimal): -8176053 or 4931203. OLE color: 4931203.
HSL color Cylindrical-coordinate representation of color #833E4B: hue angle of 348.7º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833E4B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 75 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.49 |
| HSL | 348.7º | 0.36% | 0.38% | - |
| HSV(B) | 348.7º | 0.53% | 0.51% | - |
| XYZ | 12.35 | 8.78 | 7.7 | - |
| YUV | 84.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 75 | 0 | 0.53 | 0.43 | 0.49 | 348.7 | 0.36 | 0.38 |
| Hex | 83 | 3E | 4B | 0 | 35 | 2B | 31 | 15D | 24 | 26 |
| Octal | 203 | 76 | 113 | 0 | 65 | 53 | 61 | 535 | 44 | 46 |
| Binary | 10000011 | 111110 | 1001011 | 0 | 110101 | 101011 | 110001 | 101011101 | 100100 | 100110 |
Color Harmonies of #833E4B
Complementary color
Monochromatic Colors of #833E4B
Black with #833E4B
Text Example
Text Example
White with #833E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E4B; }
p { color: rgb(131,62,75); }
H1.HeaderClassName
{
color: #833E4B;
}
.AnyTagClassName
{
color: #833E4B;
}
</style>
background-color css
<style>
a { background-color: #833E4B; }
a { background-color: rgb(131,62,75); }
div.DivClassName
{
background-color: #833E4B;
}
.BgClassName
{
background-color: #833E4B;
}
</style>
border-color css
<style>
span { border-color: #833E4B; }
span { border-color: rgb(131,62,75); }
td.TdClassName
{
border-color: #833E4B;
}
.TagClassName
{
border-color: #833E4B;
}
</style>