Shades of Camelot #793945
Tints of Camelot #793945
RGB
CMYK
RGB Variations
Color information
#793945 (or 0x793945) is known color: Camelot. HEX triplet: 79, 39 and 45. RGB value is (121,57,69). Sum of RGB (Red+Green+Blue) = 121+57+69=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #793945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793945 is #86C6BA. Grayscale: #4D4D4D. Windows color (decimal): -8832699 or 4536697. OLE color: 4536697.
HSL color Cylindrical-coordinate representation of color #793945: hue angle of 348.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #793945 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 57 | 69 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.53 |
| HSL | 348.75º | 0.36% | 0.35% | - |
| HSV(B) | 348.75º | 0.53% | 0.47% | - |
| XYZ | 10.42 | 7.42 | 6.51 | - |
| YUV | 77.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 57 | 69 | 0 | 0.53 | 0.43 | 0.53 | 348.75 | 0.36 | 0.35 |
| Hex | 79 | 39 | 45 | 0 | 35 | 2B | 35 | 15D | 24 | 23 |
| Octal | 171 | 71 | 105 | 0 | 65 | 53 | 65 | 535 | 44 | 43 |
| Binary | 1111001 | 111001 | 1000101 | 0 | 110101 | 101011 | 110101 | 101011101 | 100100 | 100011 |
Color Harmonies of #793945
Complementary color
Monochromatic Colors of #793945
Black with #793945
Text Example
Text Example
White with #793945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793945; }
p { color: rgb(121,57,69); }
H1.HeaderClassName
{
color: #793945;
}
.AnyTagClassName
{
color: #793945;
}
</style>
background-color css
<style>
a { background-color: #793945; }
a { background-color: rgb(121,57,69); }
div.DivClassName
{
background-color: #793945;
}
.BgClassName
{
background-color: #793945;
}
</style>
border-color css
<style>
span { border-color: #793945; }
span { border-color: rgb(121,57,69); }
td.TdClassName
{
border-color: #793945;
}
.TagClassName
{
border-color: #793945;
}
</style>