Shades of Camelot #733444
Tints of Camelot #733444
RGB
CMYK
RGB Variations
Color information
#733444 (or 0x733444) is known color: Camelot. HEX triplet: 73, 34 and 44. RGB value is (115,52,68). Sum of RGB (Red+Green+Blue) = 115+52+68=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733444 is #8CCBBB. Grayscale: #484848. Windows color (decimal): -9227196 or 4469875. OLE color: 4469875.
HSL color Cylindrical-coordinate representation of color #733444: hue angle of 344.76º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #733444 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 68 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.55 |
| HSL | 344.76º | 0.38% | 0.33% | - |
| HSV(B) | 344.76º | 0.55% | 0.45% | - |
| XYZ | 9.34 | 6.52 | 6.23 | - |
| YUV | 72.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 68 | 0 | 0.55 | 0.41 | 0.55 | 344.76 | 0.38 | 0.33 |
| Hex | 73 | 34 | 44 | 0 | 37 | 29 | 37 | 159 | 26 | 21 |
| Octal | 163 | 64 | 104 | 0 | 67 | 51 | 67 | 531 | 46 | 41 |
| Binary | 1110011 | 110100 | 1000100 | 0 | 110111 | 101001 | 110111 | 101011001 | 100110 | 100001 |
Color Harmonies of #733444
Complementary color
Monochromatic Colors of #733444
Black with #733444
Text Example
Text Example
White with #733444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733444; }
p { color: rgb(115,52,68); }
H1.HeaderClassName
{
color: #733444;
}
.AnyTagClassName
{
color: #733444;
}
</style>
background-color css
<style>
a { background-color: #733444; }
a { background-color: rgb(115,52,68); }
div.DivClassName
{
background-color: #733444;
}
.BgClassName
{
background-color: #733444;
}
</style>
border-color css
<style>
span { border-color: #733444; }
span { border-color: rgb(115,52,68); }
td.TdClassName
{
border-color: #733444;
}
.TagClassName
{
border-color: #733444;
}
</style>