Shades of Camelot #753244
Tints of Camelot #753244
RGB
CMYK
RGB Variations
Color information
#753244 (or 0x753244) is known color: Camelot. HEX triplet: 75, 32 and 44. RGB value is (117,50,68). Sum of RGB (Red+Green+Blue) = 117+50+68=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753244 is #8ACDBB. Grayscale: #484848. Windows color (decimal): -9096636 or 4469365. OLE color: 4469365.
HSL color Cylindrical-coordinate representation of color #753244: hue angle of 343.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753244 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 68 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.54 |
| HSL | 343.88º | 0.4% | 0.33% | - |
| HSV(B) | 343.88º | 0.57% | 0.46% | - |
| XYZ | 9.52 | 6.48 | 6.22 | - |
| YUV | 72.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 68 | 0 | 0.57 | 0.42 | 0.54 | 343.88 | 0.4 | 0.33 |
| Hex | 75 | 32 | 44 | 0 | 39 | 2A | 36 | 158 | 28 | 21 |
| Octal | 165 | 62 | 104 | 0 | 71 | 52 | 66 | 530 | 50 | 41 |
| Binary | 1110101 | 110010 | 1000100 | 0 | 111001 | 101010 | 110110 | 101011000 | 101000 | 100001 |
Color Harmonies of #753244
Complementary color
Monochromatic Colors of #753244
Black with #753244
Text Example
Text Example
White with #753244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753244; }
p { color: rgb(117,50,68); }
H1.HeaderClassName
{
color: #753244;
}
.AnyTagClassName
{
color: #753244;
}
</style>
background-color css
<style>
a { background-color: #753244; }
a { background-color: rgb(117,50,68); }
div.DivClassName
{
background-color: #753244;
}
.BgClassName
{
background-color: #753244;
}
</style>
border-color css
<style>
span { border-color: #753244; }
span { border-color: rgb(117,50,68); }
td.TdClassName
{
border-color: #753244;
}
.TagClassName
{
border-color: #753244;
}
</style>