Shades of Camelot #823246
Tints of Camelot #823246
RGB
CMYK
RGB Variations
Color information
#823246 (or 0x823246) is known color: Camelot. HEX triplet: 82, 32 and 46. RGB value is (130,50,70). Sum of RGB (Red+Green+Blue) = 130+50+70=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #823246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823246 is #7DCDB9. Grayscale: #4C4C4C. Windows color (decimal): -8244666 or 4600450. OLE color: 4600450.
HSL color Cylindrical-coordinate representation of color #823246: hue angle of 345º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823246 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 70 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.49 |
| HSL | 345º | 0.44% | 0.35% | - |
| HSV(B) | 345º | 0.62% | 0.51% | - |
| XYZ | 11.45 | 7.47 | 6.63 | - |
| YUV | 76.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 70 | 0 | 0.62 | 0.46 | 0.49 | 345 | 0.44 | 0.35 |
| Hex | 82 | 32 | 46 | 0 | 3E | 2E | 31 | 159 | 2C | 23 |
| Octal | 202 | 62 | 106 | 0 | 76 | 56 | 61 | 531 | 54 | 43 |
| Binary | 10000010 | 110010 | 1000110 | 0 | 111110 | 101110 | 110001 | 101011001 | 101100 | 100011 |
Color Harmonies of #823246
Complementary color
Monochromatic Colors of #823246
Black with #823246
Text Example
Text Example
White with #823246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823246; }
p { color: rgb(130,50,70); }
H1.HeaderClassName
{
color: #823246;
}
.AnyTagClassName
{
color: #823246;
}
</style>
background-color css
<style>
a { background-color: #823246; }
a { background-color: rgb(130,50,70); }
div.DivClassName
{
background-color: #823246;
}
.BgClassName
{
background-color: #823246;
}
</style>
border-color css
<style>
span { border-color: #823246; }
span { border-color: rgb(130,50,70); }
td.TdClassName
{
border-color: #823246;
}
.TagClassName
{
border-color: #823246;
}
</style>