Shades of Camelot #733C49
Tints of Camelot #733C49
RGB
CMYK
RGB Variations
Color information
#733C49 (or 0x733C49) is known color: Camelot. HEX triplet: 73, 3C and 49. RGB value is (115,60,73). Sum of RGB (Red+Green+Blue) = 115+60+73=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C49 is #8CC3B6. Grayscale: #4D4D4D. Windows color (decimal): -9225143 or 4799603. OLE color: 4799603.
HSL color Cylindrical-coordinate representation of color #733C49: hue angle of 345.82º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C49 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 73 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.55 |
| HSL | 345.82º | 0.31% | 0.34% | - |
| HSV(B) | 345.82º | 0.48% | 0.45% | - |
| XYZ | 9.89 | 7.36 | 7.2 | - |
| YUV | 77.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 73 | 0 | 0.48 | 0.37 | 0.55 | 345.82 | 0.31 | 0.34 |
| Hex | 73 | 3C | 49 | 0 | 30 | 25 | 37 | 15A | 1F | 22 |
| Octal | 163 | 74 | 111 | 0 | 60 | 45 | 67 | 532 | 37 | 42 |
| Binary | 1110011 | 111100 | 1001001 | 0 | 110000 | 100101 | 110111 | 101011010 | 11111 | 100010 |
Color Harmonies of #733C49
Complementary color
Monochromatic Colors of #733C49
Black with #733C49
Text Example
Text Example
White with #733C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C49; }
p { color: rgb(115,60,73); }
H1.HeaderClassName
{
color: #733C49;
}
.AnyTagClassName
{
color: #733C49;
}
</style>
background-color css
<style>
a { background-color: #733C49; }
a { background-color: rgb(115,60,73); }
div.DivClassName
{
background-color: #733C49;
}
.BgClassName
{
background-color: #733C49;
}
</style>
border-color css
<style>
span { border-color: #733C49; }
span { border-color: rgb(115,60,73); }
td.TdClassName
{
border-color: #733C49;
}
.TagClassName
{
border-color: #733C49;
}
</style>