Shades of Camelot #793A45
Tints of Camelot #793A45
RGB
CMYK
RGB Variations
Color information
#793A45 (or 0x793A45) is known color: Camelot. HEX triplet: 79, 3A and 45. RGB value is (121,58,69). Sum of RGB (Red+Green+Blue) = 121+58+69=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #793A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A45 is #86C5BA. Grayscale: #4E4E4E. Windows color (decimal): -8832443 or 4536953. OLE color: 4536953.
HSL color Cylindrical-coordinate representation of color #793A45: hue angle of 349.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A45 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 69 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.53 |
| HSL | 349.52º | 0.35% | 0.35% | - |
| HSV(B) | 349.52º | 0.52% | 0.47% | - |
| XYZ | 10.47 | 7.52 | 6.53 | - |
| YUV | 78.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 69 | 0 | 0.52 | 0.43 | 0.53 | 349.52 | 0.35 | 0.35 |
| Hex | 79 | 3A | 45 | 0 | 34 | 2B | 35 | 15E | 23 | 23 |
| Octal | 171 | 72 | 105 | 0 | 64 | 53 | 65 | 536 | 43 | 43 |
| Binary | 1111001 | 111010 | 1000101 | 0 | 110100 | 101011 | 110101 | 101011110 | 100011 | 100011 |
Color Harmonies of #793A45
Complementary color
Monochromatic Colors of #793A45
Black with #793A45
Text Example
Text Example
White with #793A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A45; }
p { color: rgb(121,58,69); }
H1.HeaderClassName
{
color: #793A45;
}
.AnyTagClassName
{
color: #793A45;
}
</style>
background-color css
<style>
a { background-color: #793A45; }
a { background-color: rgb(121,58,69); }
div.DivClassName
{
background-color: #793A45;
}
.BgClassName
{
background-color: #793A45;
}
</style>
border-color css
<style>
span { border-color: #793A45; }
span { border-color: rgb(121,58,69); }
td.TdClassName
{
border-color: #793A45;
}
.TagClassName
{
border-color: #793A45;
}
</style>