Shades of Camelot #822F45
Tints of Camelot #822F45
RGB
CMYK
RGB Variations
Color information
#822F45 (or 0x822F45) is known color: Camelot. HEX triplet: 82, 2F and 45. RGB value is (130,47,69). Sum of RGB (Red+Green+Blue) = 130+47+69=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #822F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F45 is #7DD0BA. Grayscale: #4A4A4A. Windows color (decimal): -8245435 or 4534146. OLE color: 4534146.
HSL color Cylindrical-coordinate representation of color #822F45: hue angle of 344.1º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F45 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 69 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.49 |
| HSL | 344.1º | 0.47% | 0.35% | - |
| HSV(B) | 344.1º | 0.64% | 0.51% | - |
| XYZ | 11.3 | 7.21 | 6.43 | - |
| YUV | 74.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 69 | 0 | 0.64 | 0.47 | 0.49 | 344.1 | 0.47 | 0.35 |
| Hex | 82 | 2F | 45 | 0 | 40 | 2F | 31 | 158 | 2F | 23 |
| Octal | 202 | 57 | 105 | 0 | 100 | 57 | 61 | 530 | 57 | 43 |
| Binary | 10000010 | 101111 | 1000101 | 0 | 1000000 | 101111 | 110001 | 101011000 | 101111 | 100011 |
Color Harmonies of #822F45
Complementary color
Monochromatic Colors of #822F45
Black with #822F45
Text Example
Text Example
White with #822F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F45; }
p { color: rgb(130,47,69); }
H1.HeaderClassName
{
color: #822F45;
}
.AnyTagClassName
{
color: #822F45;
}
</style>
background-color css
<style>
a { background-color: #822F45; }
a { background-color: rgb(130,47,69); }
div.DivClassName
{
background-color: #822F45;
}
.BgClassName
{
background-color: #822F45;
}
</style>
border-color css
<style>
span { border-color: #822F45; }
span { border-color: rgb(130,47,69); }
td.TdClassName
{
border-color: #822F45;
}
.TagClassName
{
border-color: #822F45;
}
</style>