Shades of Camelot #733948
Tints of Camelot #733948
RGB
CMYK
RGB Variations
Color information
#733948 (or 0x733948) is known color: Camelot. HEX triplet: 73, 39 and 48. RGB value is (115,57,72). Sum of RGB (Red+Green+Blue) = 115+57+72=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #733948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733948 is #8CC6B7. Grayscale: #4C4C4C. Windows color (decimal): -9225912 or 4733299. OLE color: 4733299.
HSL color Cylindrical-coordinate representation of color #733948: hue angle of 344.48º degrees, saturation: 0.34, 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 #733948 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 72 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.55 |
| HSL | 344.48º | 0.34% | 0.34% | - |
| HSV(B) | 344.48º | 0.5% | 0.45% | - |
| XYZ | 9.7 | 7.04 | 6.98 | - |
| YUV | 76.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 72 | 0 | 0.50 | 0.37 | 0.55 | 344.48 | 0.34 | 0.34 |
| Hex | 73 | 39 | 48 | 0 | 32 | 25 | 37 | 158 | 22 | 22 |
| Octal | 163 | 71 | 110 | 0 | 62 | 45 | 67 | 530 | 42 | 42 |
| Binary | 1110011 | 111001 | 1001000 | 0 | 110010 | 100101 | 110111 | 101011000 | 100010 | 100010 |
Color Harmonies of #733948
Complementary color
Monochromatic Colors of #733948
Black with #733948
Text Example
Text Example
White with #733948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733948; }
p { color: rgb(115,57,72); }
H1.HeaderClassName
{
color: #733948;
}
.AnyTagClassName
{
color: #733948;
}
</style>
background-color css
<style>
a { background-color: #733948; }
a { background-color: rgb(115,57,72); }
div.DivClassName
{
background-color: #733948;
}
.BgClassName
{
background-color: #733948;
}
</style>
border-color css
<style>
span { border-color: #733948; }
span { border-color: rgb(115,57,72); }
td.TdClassName
{
border-color: #733948;
}
.TagClassName
{
border-color: #733948;
}
</style>