Shades of Camelot #733646
Tints of Camelot #733646
RGB
CMYK
RGB Variations
Color information
#733646 (or 0x733646) is known color: Camelot. HEX triplet: 73, 36 and 46. RGB value is (115,54,70). Sum of RGB (Red+Green+Blue) = 115+54+70=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #733646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733646 is #8CC9B9. Grayscale: #4A4A4A. Windows color (decimal): -9226682 or 4601459. OLE color: 4601459.
HSL color Cylindrical-coordinate representation of color #733646: hue angle of 344.26º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #733646 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 54 | 70 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.55 |
| HSL | 344.26º | 0.36% | 0.33% | - |
| HSV(B) | 344.26º | 0.53% | 0.45% | - |
| XYZ | 9.49 | 6.73 | 6.59 | - |
| YUV | 74.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 70 | 0 | 0.53 | 0.39 | 0.55 | 344.26 | 0.36 | 0.33 |
| Hex | 73 | 36 | 46 | 0 | 35 | 27 | 37 | 158 | 24 | 21 |
| Octal | 163 | 66 | 106 | 0 | 65 | 47 | 67 | 530 | 44 | 41 |
| Binary | 1110011 | 110110 | 1000110 | 0 | 110101 | 100111 | 110111 | 101011000 | 100100 | 100001 |
Color Harmonies of #733646
Complementary color
Monochromatic Colors of #733646
Black with #733646
Text Example
Text Example
White with #733646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733646; }
p { color: rgb(115,54,70); }
H1.HeaderClassName
{
color: #733646;
}
.AnyTagClassName
{
color: #733646;
}
</style>
background-color css
<style>
a { background-color: #733646; }
a { background-color: rgb(115,54,70); }
div.DivClassName
{
background-color: #733646;
}
.BgClassName
{
background-color: #733646;
}
</style>
border-color css
<style>
span { border-color: #733646; }
span { border-color: rgb(115,54,70); }
td.TdClassName
{
border-color: #733646;
}
.TagClassName
{
border-color: #733646;
}
</style>