Shades of Camelot #824250
Tints of Camelot #824250
RGB
CMYK
RGB Variations
Color information
#824250 (or 0x824250) is known color: Camelot. HEX triplet: 82, 42 and 50. RGB value is (130,66,80). Sum of RGB (Red+Green+Blue) = 130+66+80=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824250 is #7DBDAF. Grayscale: #565656. Windows color (decimal): -8240560 or 5259906. OLE color: 5259906.
HSL color Cylindrical-coordinate representation of color #824250: hue angle of 346.88º 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 #824250 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 80 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.49 |
| HSL | 346.88º | 0.33% | 0.38% | - |
| HSV(B) | 346.88º | 0.49% | 0.51% | - |
| XYZ | 12.6 | 9.22 | 8.71 | - |
| YUV | 86.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 80 | 0 | 0.49 | 0.38 | 0.49 | 346.88 | 0.33 | 0.38 |
| Hex | 82 | 42 | 50 | 0 | 31 | 26 | 31 | 15B | 21 | 26 |
| Octal | 202 | 102 | 120 | 0 | 61 | 46 | 61 | 533 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1010000 | 0 | 110001 | 100110 | 110001 | 101011011 | 100001 | 100110 |
Color Harmonies of #824250
Complementary color
Monochromatic Colors of #824250
Black with #824250
Text Example
Text Example
White with #824250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824250; }
p { color: rgb(130,66,80); }
H1.HeaderClassName
{
color: #824250;
}
.AnyTagClassName
{
color: #824250;
}
</style>
background-color css
<style>
a { background-color: #824250; }
a { background-color: rgb(130,66,80); }
div.DivClassName
{
background-color: #824250;
}
.BgClassName
{
background-color: #824250;
}
</style>
border-color css
<style>
span { border-color: #824250; }
span { border-color: rgb(130,66,80); }
td.TdClassName
{
border-color: #824250;
}
.TagClassName
{
border-color: #824250;
}
</style>