Shades of Camelot #823048
Tints of Camelot #823048
RGB
CMYK
RGB Variations
Color information
#823048 (or 0x823048) is known color: Camelot. HEX triplet: 82, 30 and 48. RGB value is (130,48,72). Sum of RGB (Red+Green+Blue) = 130+48+72=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #823048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823048 is #7DCFB7. Grayscale: #4B4B4B. Windows color (decimal): -8245176 or 4731010. OLE color: 4731010.
HSL color Cylindrical-coordinate representation of color #823048: hue angle of 342.44º 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 #823048 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 72 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.49 |
| HSL | 342.44º | 0.46% | 0.35% | - |
| HSV(B) | 342.44º | 0.63% | 0.51% | - |
| XYZ | 11.43 | 7.33 | 6.94 | - |
| YUV | 75.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 72 | 0 | 0.63 | 0.45 | 0.49 | 342.44 | 0.46 | 0.35 |
| Hex | 82 | 30 | 48 | 0 | 3F | 2D | 31 | 156 | 2E | 23 |
| Octal | 202 | 60 | 110 | 0 | 77 | 55 | 61 | 526 | 56 | 43 |
| Binary | 10000010 | 110000 | 1001000 | 0 | 111111 | 101101 | 110001 | 101010110 | 101110 | 100011 |
Color Harmonies of #823048
Complementary color
Monochromatic Colors of #823048
Black with #823048
Text Example
Text Example
White with #823048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823048; }
p { color: rgb(130,48,72); }
H1.HeaderClassName
{
color: #823048;
}
.AnyTagClassName
{
color: #823048;
}
</style>
background-color css
<style>
a { background-color: #823048; }
a { background-color: rgb(130,48,72); }
div.DivClassName
{
background-color: #823048;
}
.BgClassName
{
background-color: #823048;
}
</style>
border-color css
<style>
span { border-color: #823048; }
span { border-color: rgb(130,48,72); }
td.TdClassName
{
border-color: #823048;
}
.TagClassName
{
border-color: #823048;
}
</style>