Shades of Camelot #793B49
Tints of Camelot #793B49
RGB
CMYK
RGB Variations
Color information
#793B49 (or 0x793B49) is known color: Camelot. HEX triplet: 79, 3B and 49. RGB value is (121,59,73). Sum of RGB (Red+Green+Blue) = 121+59+73=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #793B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B49 is #86C4B6. Grayscale: #4F4F4F. Windows color (decimal): -8832183 or 4799353. OLE color: 4799353.
HSL color Cylindrical-coordinate representation of color #793B49: hue angle of 346.45º 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 #793B49 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 73 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.53 |
| HSL | 346.45º | 0.34% | 0.35% | - |
| HSV(B) | 346.45º | 0.51% | 0.47% | - |
| XYZ | 10.65 | 7.67 | 7.22 | - |
| YUV | 79.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 73 | 0 | 0.51 | 0.40 | 0.53 | 346.45 | 0.34 | 0.35 |
| Hex | 79 | 3B | 49 | 0 | 33 | 28 | 35 | 15A | 22 | 23 |
| Octal | 171 | 73 | 111 | 0 | 63 | 50 | 65 | 532 | 42 | 43 |
| Binary | 1111001 | 111011 | 1001001 | 0 | 110011 | 101000 | 110101 | 101011010 | 100010 | 100011 |
Color Harmonies of #793B49
Complementary color
Monochromatic Colors of #793B49
Black with #793B49
Text Example
Text Example
White with #793B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B49; }
p { color: rgb(121,59,73); }
H1.HeaderClassName
{
color: #793B49;
}
.AnyTagClassName
{
color: #793B49;
}
</style>
background-color css
<style>
a { background-color: #793B49; }
a { background-color: rgb(121,59,73); }
div.DivClassName
{
background-color: #793B49;
}
.BgClassName
{
background-color: #793B49;
}
</style>
border-color css
<style>
span { border-color: #793B49; }
span { border-color: rgb(121,59,73); }
td.TdClassName
{
border-color: #793B49;
}
.TagClassName
{
border-color: #793B49;
}
</style>