Shades of Camelot #753444
Tints of Camelot #753444
RGB
CMYK
RGB Variations
Color information
#753444 (or 0x753444) is known color: Camelot. HEX triplet: 75, 34 and 44. RGB value is (117,52,68). Sum of RGB (Red+Green+Blue) = 117+52+68=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753444 is #8ACBBB. Grayscale: #494949. Windows color (decimal): -9096124 or 4469877. OLE color: 4469877.
HSL color Cylindrical-coordinate representation of color #753444: hue angle of 345.23º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753444 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 68 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.54 |
| HSL | 345.23º | 0.38% | 0.33% | - |
| HSV(B) | 345.23º | 0.56% | 0.46% | - |
| XYZ | 9.61 | 6.66 | 6.25 | - |
| YUV | 73.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 68 | 0 | 0.56 | 0.42 | 0.54 | 345.23 | 0.38 | 0.33 |
| Hex | 75 | 34 | 44 | 0 | 38 | 2A | 36 | 159 | 26 | 21 |
| Octal | 165 | 64 | 104 | 0 | 70 | 52 | 66 | 531 | 46 | 41 |
| Binary | 1110101 | 110100 | 1000100 | 0 | 111000 | 101010 | 110110 | 101011001 | 100110 | 100001 |
Color Harmonies of #753444
Complementary color
Monochromatic Colors of #753444
Black with #753444
Text Example
Text Example
White with #753444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753444; }
p { color: rgb(117,52,68); }
H1.HeaderClassName
{
color: #753444;
}
.AnyTagClassName
{
color: #753444;
}
</style>
background-color css
<style>
a { background-color: #753444; }
a { background-color: rgb(117,52,68); }
div.DivClassName
{
background-color: #753444;
}
.BgClassName
{
background-color: #753444;
}
</style>
border-color css
<style>
span { border-color: #753444; }
span { border-color: rgb(117,52,68); }
td.TdClassName
{
border-color: #753444;
}
.TagClassName
{
border-color: #753444;
}
</style>