Shades of Camelot #733E4B
Tints of Camelot #733E4B
RGB
CMYK
RGB Variations
Color information
#733E4B (or 0x733E4B) is known color: Camelot. HEX triplet: 73, 3E and 4B. RGB value is (115,62,75). Sum of RGB (Red+Green+Blue) = 115+62+75=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #733E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E4B is #8CC1B4. Grayscale: #4F4F4F. Windows color (decimal): -9224629 or 4931187. OLE color: 4931187.
HSL color Cylindrical-coordinate representation of color #733E4B: hue angle of 345.28º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733E4B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 75 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.55 |
| HSL | 345.28º | 0.3% | 0.35% | - |
| HSV(B) | 345.28º | 0.46% | 0.45% | - |
| XYZ | 10.06 | 7.6 | 7.59 | - |
| YUV | 79.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 75 | 0 | 0.46 | 0.35 | 0.55 | 345.28 | 0.3 | 0.35 |
| Hex | 73 | 3E | 4B | 0 | 2E | 23 | 37 | 159 | 1E | 23 |
| Octal | 163 | 76 | 113 | 0 | 56 | 43 | 67 | 531 | 36 | 43 |
| Binary | 1110011 | 111110 | 1001011 | 0 | 101110 | 100011 | 110111 | 101011001 | 11110 | 100011 |
Color Harmonies of #733E4B
Complementary color
Monochromatic Colors of #733E4B
Black with #733E4B
Text Example
Text Example
White with #733E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E4B; }
p { color: rgb(115,62,75); }
H1.HeaderClassName
{
color: #733E4B;
}
.AnyTagClassName
{
color: #733E4B;
}
</style>
background-color css
<style>
a { background-color: #733E4B; }
a { background-color: rgb(115,62,75); }
div.DivClassName
{
background-color: #733E4B;
}
.BgClassName
{
background-color: #733E4B;
}
</style>
border-color css
<style>
span { border-color: #733E4B; }
span { border-color: rgb(115,62,75); }
td.TdClassName
{
border-color: #733E4B;
}
.TagClassName
{
border-color: #733E4B;
}
</style>