Shades of Camelot #833E48
Tints of Camelot #833E48
RGB
CMYK
RGB Variations
Color information
#833E48 (or 0x833E48) is known color: Camelot. HEX triplet: 83, 3E and 48. RGB value is (131,62,72). Sum of RGB (Red+Green+Blue) = 131+62+72=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E48 is #7CC1B7. Grayscale: #535353. Windows color (decimal): -8176056 or 4734595. OLE color: 4734595.
HSL color Cylindrical-coordinate representation of color #833E48: hue angle of 351.3º 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 #833E48 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 72 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.49 |
| HSL | 351.3º | 0.36% | 0.38% | - |
| HSV(B) | 351.3º | 0.53% | 0.51% | - |
| XYZ | 12.25 | 8.74 | 7.17 | - |
| YUV | 83.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 72 | 0 | 0.53 | 0.45 | 0.49 | 351.3 | 0.36 | 0.38 |
| Hex | 83 | 3E | 48 | 0 | 35 | 2D | 31 | 15F | 24 | 26 |
| Octal | 203 | 76 | 110 | 0 | 65 | 55 | 61 | 537 | 44 | 46 |
| Binary | 10000011 | 111110 | 1001000 | 0 | 110101 | 101101 | 110001 | 101011111 | 100100 | 100110 |
Color Harmonies of #833E48
Complementary color
Monochromatic Colors of #833E48
Black with #833E48
Text Example
Text Example
White with #833E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E48; }
p { color: rgb(131,62,72); }
H1.HeaderClassName
{
color: #833E48;
}
.AnyTagClassName
{
color: #833E48;
}
</style>
background-color css
<style>
a { background-color: #833E48; }
a { background-color: rgb(131,62,72); }
div.DivClassName
{
background-color: #833E48;
}
.BgClassName
{
background-color: #833E48;
}
</style>
border-color css
<style>
span { border-color: #833E48; }
span { border-color: rgb(131,62,72); }
td.TdClassName
{
border-color: #833E48;
}
.TagClassName
{
border-color: #833E48;
}
</style>