Shades of Camelot #733E49
Tints of Camelot #733E49
RGB
CMYK
RGB Variations
Color information
#733E49 (or 0x733E49) is known color: Camelot. HEX triplet: 73, 3E and 49. RGB value is (115,62,73). Sum of RGB (Red+Green+Blue) = 115+62+73=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #733E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E49 is #8CC1B6. Grayscale: #4F4F4F. Windows color (decimal): -9224631 or 4800115. OLE color: 4800115.
HSL color Cylindrical-coordinate representation of color #733E49: hue angle of 347.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733E49 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 73 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.55 |
| HSL | 347.55º | 0.3% | 0.35% | - |
| HSV(B) | 347.55º | 0.46% | 0.45% | - |
| XYZ | 10 | 7.57 | 7.24 | - |
| YUV | 79.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 73 | 0 | 0.46 | 0.37 | 0.55 | 347.55 | 0.3 | 0.35 |
| Hex | 73 | 3E | 49 | 0 | 2E | 25 | 37 | 15C | 1E | 23 |
| Octal | 163 | 76 | 111 | 0 | 56 | 45 | 67 | 534 | 36 | 43 |
| Binary | 1110011 | 111110 | 1001001 | 0 | 101110 | 100101 | 110111 | 101011100 | 11110 | 100011 |
Color Harmonies of #733E49
Complementary color
Monochromatic Colors of #733E49
Black with #733E49
Text Example
Text Example
White with #733E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E49; }
p { color: rgb(115,62,73); }
H1.HeaderClassName
{
color: #733E49;
}
.AnyTagClassName
{
color: #733E49;
}
</style>
background-color css
<style>
a { background-color: #733E49; }
a { background-color: rgb(115,62,73); }
div.DivClassName
{
background-color: #733E49;
}
.BgClassName
{
background-color: #733E49;
}
</style>
border-color css
<style>
span { border-color: #733E49; }
span { border-color: rgb(115,62,73); }
td.TdClassName
{
border-color: #733E49;
}
.TagClassName
{
border-color: #733E49;
}
</style>