Shades of Camelot #823844
Tints of Camelot #823844
RGB
CMYK
RGB Variations
Color information
#823844 (or 0x823844) is known color: Camelot. HEX triplet: 82, 38 and 44. RGB value is (130,56,68). Sum of RGB (Red+Green+Blue) = 130+56+68=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823844 is #7DC7BB. Grayscale: #4F4F4F. Windows color (decimal): -8243132 or 4470914. OLE color: 4470914.
HSL color Cylindrical-coordinate representation of color #823844: hue angle of 350.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823844 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 68 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.49 |
| HSL | 350.27º | 0.4% | 0.36% | - |
| HSV(B) | 350.27º | 0.57% | 0.51% | - |
| XYZ | 11.66 | 7.99 | 6.4 | - |
| YUV | 79.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 68 | 0 | 0.57 | 0.48 | 0.49 | 350.27 | 0.4 | 0.36 |
| Hex | 82 | 38 | 44 | 0 | 39 | 30 | 31 | 15E | 28 | 24 |
| Octal | 202 | 70 | 104 | 0 | 71 | 60 | 61 | 536 | 50 | 44 |
| Binary | 10000010 | 111000 | 1000100 | 0 | 111001 | 110000 | 110001 | 101011110 | 101000 | 100100 |
Color Harmonies of #823844
Complementary color
Monochromatic Colors of #823844
Black with #823844
Text Example
Text Example
White with #823844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823844; }
p { color: rgb(130,56,68); }
H1.HeaderClassName
{
color: #823844;
}
.AnyTagClassName
{
color: #823844;
}
</style>
background-color css
<style>
a { background-color: #823844; }
a { background-color: rgb(130,56,68); }
div.DivClassName
{
background-color: #823844;
}
.BgClassName
{
background-color: #823844;
}
</style>
border-color css
<style>
span { border-color: #823844; }
span { border-color: rgb(130,56,68); }
td.TdClassName
{
border-color: #823844;
}
.TagClassName
{
border-color: #823844;
}
</style>