Shades of Camelot #824151
Tints of Camelot #824151
RGB
CMYK
RGB Variations
Color information
#824151 (or 0x824151) is known color: Camelot. HEX triplet: 82, 41 and 51. RGB value is (130,65,81). Sum of RGB (Red+Green+Blue) = 130+65+81=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824151 is #7DBEAE. Grayscale: #565656. Windows color (decimal): -8240815 or 5325186. OLE color: 5325186.
HSL color Cylindrical-coordinate representation of color #824151: hue angle of 345.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824151 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 81 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.49 |
| HSL | 345.23º | 0.33% | 0.38% | - |
| HSV(B) | 345.23º | 0.5% | 0.51% | - |
| XYZ | 12.58 | 9.12 | 8.88 | - |
| YUV | 86.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 81 | 0 | 0.50 | 0.38 | 0.49 | 345.23 | 0.33 | 0.38 |
| Hex | 82 | 41 | 51 | 0 | 32 | 26 | 31 | 159 | 21 | 26 |
| Octal | 202 | 101 | 121 | 0 | 62 | 46 | 61 | 531 | 41 | 46 |
| Binary | 10000010 | 1000001 | 1010001 | 0 | 110010 | 100110 | 110001 | 101011001 | 100001 | 100110 |
Color Harmonies of #824151
Complementary color
Monochromatic Colors of #824151
Black with #824151
Text Example
Text Example
White with #824151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824151; }
p { color: rgb(130,65,81); }
H1.HeaderClassName
{
color: #824151;
}
.AnyTagClassName
{
color: #824151;
}
</style>
background-color css
<style>
a { background-color: #824151; }
a { background-color: rgb(130,65,81); }
div.DivClassName
{
background-color: #824151;
}
.BgClassName
{
background-color: #824151;
}
</style>
border-color css
<style>
span { border-color: #824151; }
span { border-color: rgb(130,65,81); }
td.TdClassName
{
border-color: #824151;
}
.TagClassName
{
border-color: #824151;
}
</style>