Shades of Camelot #733D4B
Tints of Camelot #733D4B
RGB
CMYK
RGB Variations
Color information
#733D4B (or 0x733D4B) is known color: Camelot. HEX triplet: 73, 3D and 4B. RGB value is (115,61,75). Sum of RGB (Red+Green+Blue) = 115+61+75=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #733D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D4B is #8CC2B4. Grayscale: #4E4E4E. Windows color (decimal): -9224885 or 4930931. OLE color: 4930931.
HSL color Cylindrical-coordinate representation of color #733D4B: hue angle of 344.44º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D4B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 75 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.55 |
| HSL | 344.44º | 0.31% | 0.35% | - |
| HSV(B) | 344.44º | 0.47% | 0.45% | - |
| XYZ | 10.01 | 7.49 | 7.57 | - |
| YUV | 78.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 75 | 0 | 0.47 | 0.35 | 0.55 | 344.44 | 0.31 | 0.35 |
| Hex | 73 | 3D | 4B | 0 | 2F | 23 | 37 | 158 | 1F | 23 |
| Octal | 163 | 75 | 113 | 0 | 57 | 43 | 67 | 530 | 37 | 43 |
| Binary | 1110011 | 111101 | 1001011 | 0 | 101111 | 100011 | 110111 | 101011000 | 11111 | 100011 |
Color Harmonies of #733D4B
Complementary color
Monochromatic Colors of #733D4B
Black with #733D4B
Text Example
Text Example
White with #733D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D4B; }
p { color: rgb(115,61,75); }
H1.HeaderClassName
{
color: #733D4B;
}
.AnyTagClassName
{
color: #733D4B;
}
</style>
background-color css
<style>
a { background-color: #733D4B; }
a { background-color: rgb(115,61,75); }
div.DivClassName
{
background-color: #733D4B;
}
.BgClassName
{
background-color: #733D4B;
}
</style>
border-color css
<style>
span { border-color: #733D4B; }
span { border-color: rgb(115,61,75); }
td.TdClassName
{
border-color: #733D4B;
}
.TagClassName
{
border-color: #733D4B;
}
</style>