Shades of Camelot #823848
Tints of Camelot #823848
RGB
CMYK
RGB Variations
Color information
#823848 (or 0x823848) is known color: Camelot. HEX triplet: 82, 38 and 48. RGB value is (130,56,72). Sum of RGB (Red+Green+Blue) = 130+56+72=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #823848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823848 is #7DC7B7. Grayscale: #4F4F4F. Windows color (decimal): -8243128 or 4733058. OLE color: 4733058.
HSL color Cylindrical-coordinate representation of color #823848: hue angle of 347.03º 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 #823848 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 72 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.49 |
| HSL | 347.03º | 0.4% | 0.36% | - |
| HSV(B) | 347.03º | 0.57% | 0.51% | - |
| XYZ | 11.79 | 8.04 | 7.06 | - |
| YUV | 79.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 72 | 0 | 0.57 | 0.45 | 0.49 | 347.03 | 0.4 | 0.36 |
| Hex | 82 | 38 | 48 | 0 | 39 | 2D | 31 | 15B | 28 | 24 |
| Octal | 202 | 70 | 110 | 0 | 71 | 55 | 61 | 533 | 50 | 44 |
| Binary | 10000010 | 111000 | 1001000 | 0 | 111001 | 101101 | 110001 | 101011011 | 101000 | 100100 |
Color Harmonies of #823848
Complementary color
Monochromatic Colors of #823848
Black with #823848
Text Example
Text Example
White with #823848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823848; }
p { color: rgb(130,56,72); }
H1.HeaderClassName
{
color: #823848;
}
.AnyTagClassName
{
color: #823848;
}
</style>
background-color css
<style>
a { background-color: #823848; }
a { background-color: rgb(130,56,72); }
div.DivClassName
{
background-color: #823848;
}
.BgClassName
{
background-color: #823848;
}
</style>
border-color css
<style>
span { border-color: #823848; }
span { border-color: rgb(130,56,72); }
td.TdClassName
{
border-color: #823848;
}
.TagClassName
{
border-color: #823848;
}
</style>