Shades of Camelot #82364A
Tints of Camelot #82364A
RGB
CMYK
RGB Variations
Color information
#82364A (or 0x82364A) is known color: Camelot. HEX triplet: 82, 36 and 4A. RGB value is (130,54,74). Sum of RGB (Red+Green+Blue) = 130+54+74=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82364A is #7DC9B5. Grayscale: #4F4F4F. Windows color (decimal): -8243638 or 4863618. OLE color: 4863618.
HSL color Cylindrical-coordinate representation of color #82364A: hue angle of 344.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82364A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 74 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.49 |
| HSL | 344.21º | 0.41% | 0.36% | - |
| HSV(B) | 344.21º | 0.58% | 0.51% | - |
| XYZ | 11.76 | 7.88 | 7.38 | - |
| YUV | 79 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 74 | 0 | 0.58 | 0.43 | 0.49 | 344.21 | 0.41 | 0.36 |
| Hex | 82 | 36 | 4A | 0 | 3A | 2B | 31 | 158 | 29 | 24 |
| Octal | 202 | 66 | 112 | 0 | 72 | 53 | 61 | 530 | 51 | 44 |
| Binary | 10000010 | 110110 | 1001010 | 0 | 111010 | 101011 | 110001 | 101011000 | 101001 | 100100 |
Color Harmonies of #82364A
Complementary color
Monochromatic Colors of #82364A
Black with #82364A
Text Example
Text Example
White with #82364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82364A; }
p { color: rgb(130,54,74); }
H1.HeaderClassName
{
color: #82364A;
}
.AnyTagClassName
{
color: #82364A;
}
</style>
background-color css
<style>
a { background-color: #82364A; }
a { background-color: rgb(130,54,74); }
div.DivClassName
{
background-color: #82364A;
}
.BgClassName
{
background-color: #82364A;
}
</style>
border-color css
<style>
span { border-color: #82364A; }
span { border-color: rgb(130,54,74); }
td.TdClassName
{
border-color: #82364A;
}
.TagClassName
{
border-color: #82364A;
}
</style>