Shades of Camelot #733A4C
Tints of Camelot #733A4C
RGB
CMYK
RGB Variations
Color information
#733A4C (or 0x733A4C) is known color: Camelot. HEX triplet: 73, 3A and 4C. RGB value is (115,58,76). Sum of RGB (Red+Green+Blue) = 115+58+76=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #733A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A4C is #8CC5B3. Grayscale: #4D4D4D. Windows color (decimal): -9225652 or 4995699. OLE color: 4995699.
HSL color Cylindrical-coordinate representation of color #733A4C: hue angle of 341.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A4C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 76 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.55 |
| HSL | 341.05º | 0.33% | 0.34% | - |
| HSV(B) | 341.05º | 0.5% | 0.45% | - |
| XYZ | 9.89 | 7.19 | 7.7 | - |
| YUV | 77.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 76 | 0 | 0.50 | 0.34 | 0.55 | 341.05 | 0.33 | 0.34 |
| Hex | 73 | 3A | 4C | 0 | 32 | 22 | 37 | 155 | 21 | 22 |
| Octal | 163 | 72 | 114 | 0 | 62 | 42 | 67 | 525 | 41 | 42 |
| Binary | 1110011 | 111010 | 1001100 | 0 | 110010 | 100010 | 110111 | 101010101 | 100001 | 100010 |
Color Harmonies of #733A4C
Complementary color
Monochromatic Colors of #733A4C
Black with #733A4C
Text Example
Text Example
White with #733A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A4C; }
p { color: rgb(115,58,76); }
H1.HeaderClassName
{
color: #733A4C;
}
.AnyTagClassName
{
color: #733A4C;
}
</style>
background-color css
<style>
a { background-color: #733A4C; }
a { background-color: rgb(115,58,76); }
div.DivClassName
{
background-color: #733A4C;
}
.BgClassName
{
background-color: #733A4C;
}
</style>
border-color css
<style>
span { border-color: #733A4C; }
span { border-color: rgb(115,58,76); }
td.TdClassName
{
border-color: #733A4C;
}
.TagClassName
{
border-color: #733A4C;
}
</style>