Shades of Camelot #733A4A
Tints of Camelot #733A4A
RGB
CMYK
RGB Variations
Color information
#733A4A (or 0x733A4A) is known color: Camelot. HEX triplet: 73, 3A and 4A. RGB value is (115,58,74). Sum of RGB (Red+Green+Blue) = 115+58+74=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #733A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A4A is #8CC5B5. Grayscale: #4C4C4C. Windows color (decimal): -9225654 or 4864627. OLE color: 4864627.
HSL color Cylindrical-coordinate representation of color #733A4A: hue angle of 343.16º 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 #733A4A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 74 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.55 |
| HSL | 343.16º | 0.33% | 0.34% | - |
| HSV(B) | 343.16º | 0.5% | 0.45% | - |
| XYZ | 9.82 | 7.17 | 7.34 | - |
| YUV | 76.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 74 | 0 | 0.50 | 0.36 | 0.55 | 343.16 | 0.33 | 0.34 |
| Hex | 73 | 3A | 4A | 0 | 32 | 24 | 37 | 157 | 21 | 22 |
| Octal | 163 | 72 | 112 | 0 | 62 | 44 | 67 | 527 | 41 | 42 |
| Binary | 1110011 | 111010 | 1001010 | 0 | 110010 | 100100 | 110111 | 101010111 | 100001 | 100010 |
Color Harmonies of #733A4A
Complementary color
Monochromatic Colors of #733A4A
Black with #733A4A
Text Example
Text Example
White with #733A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A4A; }
p { color: rgb(115,58,74); }
H1.HeaderClassName
{
color: #733A4A;
}
.AnyTagClassName
{
color: #733A4A;
}
</style>
background-color css
<style>
a { background-color: #733A4A; }
a { background-color: rgb(115,58,74); }
div.DivClassName
{
background-color: #733A4A;
}
.BgClassName
{
background-color: #733A4A;
}
</style>
border-color css
<style>
span { border-color: #733A4A; }
span { border-color: rgb(115,58,74); }
td.TdClassName
{
border-color: #733A4A;
}
.TagClassName
{
border-color: #733A4A;
}
</style>