Shades of Camelot #824254
Tints of Camelot #824254
RGB
CMYK
RGB Variations
Color information
#824254 (or 0x824254) is known color: Camelot. HEX triplet: 82, 42 and 54. RGB value is (130,66,84). Sum of RGB (Red+Green+Blue) = 130+66+84=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #824254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824254 is #7DBDAB. Grayscale: #575757. Windows color (decimal): -8240556 or 5522050. OLE color: 5522050.
HSL color Cylindrical-coordinate representation of color #824254: hue angle of 343.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824254 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 84 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.49 |
| HSL | 343.13º | 0.33% | 0.38% | - |
| HSV(B) | 343.13º | 0.49% | 0.51% | - |
| XYZ | 12.75 | 9.28 | 9.51 | - |
| YUV | 87.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 84 | 0 | 0.49 | 0.35 | 0.49 | 343.13 | 0.33 | 0.38 |
| Hex | 82 | 42 | 54 | 0 | 31 | 23 | 31 | 157 | 21 | 26 |
| Octal | 202 | 102 | 124 | 0 | 61 | 43 | 61 | 527 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1010100 | 0 | 110001 | 100011 | 110001 | 101010111 | 100001 | 100110 |
Color Harmonies of #824254
Complementary color
Monochromatic Colors of #824254
Black with #824254
Text Example
Text Example
White with #824254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824254; }
p { color: rgb(130,66,84); }
H1.HeaderClassName
{
color: #824254;
}
.AnyTagClassName
{
color: #824254;
}
</style>
background-color css
<style>
a { background-color: #824254; }
a { background-color: rgb(130,66,84); }
div.DivClassName
{
background-color: #824254;
}
.BgClassName
{
background-color: #824254;
}
</style>
border-color css
<style>
span { border-color: #824254; }
span { border-color: rgb(130,66,84); }
td.TdClassName
{
border-color: #824254;
}
.TagClassName
{
border-color: #824254;
}
</style>