Shades of Camelot #733B4A
Tints of Camelot #733B4A
RGB
CMYK
RGB Variations
Color information
#733B4A (or 0x733B4A) is known color: Camelot. HEX triplet: 73, 3B and 4A. RGB value is (115,59,74). Sum of RGB (Red+Green+Blue) = 115+59+74=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B4A is #8CC4B5. Grayscale: #4D4D4D. Windows color (decimal): -9225398 or 4864883. OLE color: 4864883.
HSL color Cylindrical-coordinate representation of color #733B4A: hue angle of 343.93º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B4A is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 74 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.55 |
| HSL | 343.93º | 0.32% | 0.34% | - |
| HSV(B) | 343.93º | 0.49% | 0.45% | - |
| XYZ | 9.87 | 7.27 | 7.36 | - |
| YUV | 77.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 74 | 0 | 0.49 | 0.36 | 0.55 | 343.93 | 0.32 | 0.34 |
| Hex | 73 | 3B | 4A | 0 | 31 | 24 | 37 | 158 | 20 | 22 |
| Octal | 163 | 73 | 112 | 0 | 61 | 44 | 67 | 530 | 40 | 42 |
| Binary | 1110011 | 111011 | 1001010 | 0 | 110001 | 100100 | 110111 | 101011000 | 100000 | 100010 |
Color Harmonies of #733B4A
Complementary color
Monochromatic Colors of #733B4A
Black with #733B4A
Text Example
Text Example
White with #733B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B4A; }
p { color: rgb(115,59,74); }
H1.HeaderClassName
{
color: #733B4A;
}
.AnyTagClassName
{
color: #733B4A;
}
</style>
background-color css
<style>
a { background-color: #733B4A; }
a { background-color: rgb(115,59,74); }
div.DivClassName
{
background-color: #733B4A;
}
.BgClassName
{
background-color: #733B4A;
}
</style>
border-color css
<style>
span { border-color: #733B4A; }
span { border-color: rgb(115,59,74); }
td.TdClassName
{
border-color: #733B4A;
}
.TagClassName
{
border-color: #733B4A;
}
</style>