Shades of Camelot #823046
Tints of Camelot #823046
RGB
CMYK
RGB Variations
Color information
#823046 (or 0x823046) is known color: Camelot. HEX triplet: 82, 30 and 46. RGB value is (130,48,70). Sum of RGB (Red+Green+Blue) = 130+48+70=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823046 is #7DCFB9. Grayscale: #4B4B4B. Windows color (decimal): -8245178 or 4599938. OLE color: 4599938.
HSL color Cylindrical-coordinate representation of color #823046: hue angle of 343.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823046 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 70 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.49 |
| HSL | 343.9º | 0.46% | 0.35% | - |
| HSV(B) | 343.9º | 0.63% | 0.51% | - |
| XYZ | 11.37 | 7.3 | 6.6 | - |
| YUV | 75.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 70 | 0 | 0.63 | 0.46 | 0.49 | 343.9 | 0.46 | 0.35 |
| Hex | 82 | 30 | 46 | 0 | 3F | 2E | 31 | 158 | 2E | 23 |
| Octal | 202 | 60 | 106 | 0 | 77 | 56 | 61 | 530 | 56 | 43 |
| Binary | 10000010 | 110000 | 1000110 | 0 | 111111 | 101110 | 110001 | 101011000 | 101110 | 100011 |
Color Harmonies of #823046
Complementary color
Monochromatic Colors of #823046
Black with #823046
Text Example
Text Example
White with #823046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823046; }
p { color: rgb(130,48,70); }
H1.HeaderClassName
{
color: #823046;
}
.AnyTagClassName
{
color: #823046;
}
</style>
background-color css
<style>
a { background-color: #823046; }
a { background-color: rgb(130,48,70); }
div.DivClassName
{
background-color: #823046;
}
.BgClassName
{
background-color: #823046;
}
</style>
border-color css
<style>
span { border-color: #823046; }
span { border-color: rgb(130,48,70); }
td.TdClassName
{
border-color: #823046;
}
.TagClassName
{
border-color: #823046;
}
</style>