Shades of Camelot #823750
Tints of Camelot #823750
RGB
CMYK
RGB Variations
Color information
#823750 (or 0x823750) is known color: Camelot. HEX triplet: 82, 37 and 50. RGB value is (130,55,80). Sum of RGB (Red+Green+Blue) = 130+55+80=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #823750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823750 is #7DC8AF. Grayscale: #505050. Windows color (decimal): -8243376 or 5257090. OLE color: 5257090.
HSL color Cylindrical-coordinate representation of color #823750: hue angle of 340º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823750 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 80 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.49 |
| HSL | 340º | 0.41% | 0.36% | - |
| HSV(B) | 340º | 0.58% | 0.51% | - |
| XYZ | 12.02 | 8.06 | 8.51 | - |
| YUV | 80.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 80 | 0 | 0.58 | 0.38 | 0.49 | 340 | 0.41 | 0.36 |
| Hex | 82 | 37 | 50 | 0 | 3A | 26 | 31 | 154 | 29 | 24 |
| Octal | 202 | 67 | 120 | 0 | 72 | 46 | 61 | 524 | 51 | 44 |
| Binary | 10000010 | 110111 | 1010000 | 0 | 111010 | 100110 | 110001 | 101010100 | 101001 | 100100 |
Color Harmonies of #823750
Complementary color
Monochromatic Colors of #823750
Black with #823750
Text Example
Text Example
White with #823750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823750; }
p { color: rgb(130,55,80); }
H1.HeaderClassName
{
color: #823750;
}
.AnyTagClassName
{
color: #823750;
}
</style>
background-color css
<style>
a { background-color: #823750; }
a { background-color: rgb(130,55,80); }
div.DivClassName
{
background-color: #823750;
}
.BgClassName
{
background-color: #823750;
}
</style>
border-color css
<style>
span { border-color: #823750; }
span { border-color: rgb(130,55,80); }
td.TdClassName
{
border-color: #823750;
}
.TagClassName
{
border-color: #823750;
}
</style>