Shades of Camelot #824757
Tints of Camelot #824757
RGB
CMYK
RGB Variations
Color information
#824757 (or 0x824757) is known color: Camelot. HEX triplet: 82, 47 and 57. RGB value is (130,71,87). Sum of RGB (Red+Green+Blue) = 130+71+87=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #824757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824757 is #7DB8A8. Grayscale: #5A5A5A. Windows color (decimal): -8239273 or 5719938. OLE color: 5719938.
HSL color Cylindrical-coordinate representation of color #824757: hue angle of 343.73º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824757 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 87 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.49 |
| HSL | 343.73º | 0.29% | 0.39% | - |
| HSV(B) | 343.73º | 0.45% | 0.51% | - |
| XYZ | 13.18 | 9.94 | 10.24 | - |
| YUV | 90.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 87 | 0 | 0.45 | 0.33 | 0.49 | 343.73 | 0.29 | 0.39 |
| Hex | 82 | 47 | 57 | 0 | 2D | 21 | 31 | 158 | 1D | 27 |
| Octal | 202 | 107 | 127 | 0 | 55 | 41 | 61 | 530 | 35 | 47 |
| Binary | 10000010 | 1000111 | 1010111 | 0 | 101101 | 100001 | 110001 | 101011000 | 11101 | 100111 |
Color Harmonies of #824757
Complementary color
Monochromatic Colors of #824757
Black with #824757
Text Example
Text Example
White with #824757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824757; }
p { color: rgb(130,71,87); }
H1.HeaderClassName
{
color: #824757;
}
.AnyTagClassName
{
color: #824757;
}
</style>
background-color css
<style>
a { background-color: #824757; }
a { background-color: rgb(130,71,87); }
div.DivClassName
{
background-color: #824757;
}
.BgClassName
{
background-color: #824757;
}
</style>
border-color css
<style>
span { border-color: #824757; }
span { border-color: rgb(130,71,87); }
td.TdClassName
{
border-color: #824757;
}
.TagClassName
{
border-color: #824757;
}
</style>