Shades of Camelot #793245
Tints of Camelot #793245
RGB
CMYK
RGB Variations
Color information
#793245 (or 0x793245) is known color: Camelot. HEX triplet: 79, 32 and 45. RGB value is (121,50,69). Sum of RGB (Red+Green+Blue) = 121+50+69=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #793245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793245 is #86CDBA. Grayscale: #494949. Windows color (decimal): -8834491 or 4534905. OLE color: 4534905.
HSL color Cylindrical-coordinate representation of color #793245: hue angle of 343.94º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793245 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 69 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.53 |
| HSL | 343.94º | 0.42% | 0.34% | - |
| HSV(B) | 343.94º | 0.59% | 0.47% | - |
| XYZ | 10.1 | 6.78 | 6.41 | - |
| YUV | 73.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 69 | 0 | 0.59 | 0.43 | 0.53 | 343.94 | 0.42 | 0.34 |
| Hex | 79 | 32 | 45 | 0 | 3B | 2B | 35 | 158 | 2A | 22 |
| Octal | 171 | 62 | 105 | 0 | 73 | 53 | 65 | 530 | 52 | 42 |
| Binary | 1111001 | 110010 | 1000101 | 0 | 111011 | 101011 | 110101 | 101011000 | 101010 | 100010 |
Color Harmonies of #793245
Complementary color
Monochromatic Colors of #793245
Black with #793245
Text Example
Text Example
White with #793245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793245; }
p { color: rgb(121,50,69); }
H1.HeaderClassName
{
color: #793245;
}
.AnyTagClassName
{
color: #793245;
}
</style>
background-color css
<style>
a { background-color: #793245; }
a { background-color: rgb(121,50,69); }
div.DivClassName
{
background-color: #793245;
}
.BgClassName
{
background-color: #793245;
}
</style>
border-color css
<style>
span { border-color: #793245; }
span { border-color: rgb(121,50,69); }
td.TdClassName
{
border-color: #793245;
}
.TagClassName
{
border-color: #793245;
}
</style>