Shades of Camelot #82354C
Tints of Camelot #82354C
RGB
CMYK
RGB Variations
Color information
#82354C (or 0x82354C) is known color: Camelot. HEX triplet: 82, 35 and 4C. RGB value is (130,53,76). Sum of RGB (Red+Green+Blue) = 130+53+76=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82354C is #7DCAB3. Grayscale: #4E4E4E. Windows color (decimal): -8243892 or 4994434. OLE color: 4994434.
HSL color Cylindrical-coordinate representation of color #82354C: hue angle of 342.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82354C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 76 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.49 |
| HSL | 342.08º | 0.42% | 0.36% | - |
| HSV(B) | 342.08º | 0.59% | 0.51% | - |
| XYZ | 11.78 | 7.81 | 7.72 | - |
| YUV | 78.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 76 | 0 | 0.59 | 0.42 | 0.49 | 342.08 | 0.42 | 0.36 |
| Hex | 82 | 35 | 4C | 0 | 3B | 2A | 31 | 156 | 2A | 24 |
| Octal | 202 | 65 | 114 | 0 | 73 | 52 | 61 | 526 | 52 | 44 |
| Binary | 10000010 | 110101 | 1001100 | 0 | 111011 | 101010 | 110001 | 101010110 | 101010 | 100100 |
Color Harmonies of #82354C
Complementary color
Monochromatic Colors of #82354C
Black with #82354C
Text Example
Text Example
White with #82354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82354C; }
p { color: rgb(130,53,76); }
H1.HeaderClassName
{
color: #82354C;
}
.AnyTagClassName
{
color: #82354C;
}
</style>
background-color css
<style>
a { background-color: #82354C; }
a { background-color: rgb(130,53,76); }
div.DivClassName
{
background-color: #82354C;
}
.BgClassName
{
background-color: #82354C;
}
</style>
border-color css
<style>
span { border-color: #82354C; }
span { border-color: rgb(130,53,76); }
td.TdClassName
{
border-color: #82354C;
}
.TagClassName
{
border-color: #82354C;
}
</style>