Shades of Camelot #793B51
Tints of Camelot #793B51
RGB
CMYK
RGB Variations
Color information
#793B51 (or 0x793B51) is known color: Camelot. HEX triplet: 79, 3B and 51. RGB value is (121,59,81). Sum of RGB (Red+Green+Blue) = 121+59+81=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #793B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B51 is #86C4AE. Grayscale: #505050. Windows color (decimal): -8832175 or 5323641. OLE color: 5323641.
HSL color Cylindrical-coordinate representation of color #793B51: hue angle of 338.71º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B51 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 81 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.53 |
| HSL | 338.71º | 0.34% | 0.35% | - |
| HSV(B) | 338.71º | 0.51% | 0.47% | - |
| XYZ | 10.93 | 7.79 | 8.71 | - |
| YUV | 80.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 81 | 0 | 0.51 | 0.33 | 0.53 | 338.71 | 0.34 | 0.35 |
| Hex | 79 | 3B | 51 | 0 | 33 | 21 | 35 | 153 | 22 | 23 |
| Octal | 171 | 73 | 121 | 0 | 63 | 41 | 65 | 523 | 42 | 43 |
| Binary | 1111001 | 111011 | 1010001 | 0 | 110011 | 100001 | 110101 | 101010011 | 100010 | 100011 |
Color Harmonies of #793B51
Complementary color
Monochromatic Colors of #793B51
Black with #793B51
Text Example
Text Example
White with #793B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B51; }
p { color: rgb(121,59,81); }
H1.HeaderClassName
{
color: #793B51;
}
.AnyTagClassName
{
color: #793B51;
}
</style>
background-color css
<style>
a { background-color: #793B51; }
a { background-color: rgb(121,59,81); }
div.DivClassName
{
background-color: #793B51;
}
.BgClassName
{
background-color: #793B51;
}
</style>
border-color css
<style>
span { border-color: #793B51; }
span { border-color: rgb(121,59,81); }
td.TdClassName
{
border-color: #793B51;
}
.TagClassName
{
border-color: #793B51;
}
</style>