Shades of Camelot #753243
Tints of Camelot #753243
RGB
CMYK
RGB Variations
Color information
#753243 (or 0x753243) is known color: Camelot. HEX triplet: 75, 32 and 43. RGB value is (117,50,67). Sum of RGB (Red+Green+Blue) = 117+50+67=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #753243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753243 is #8ACDBC. Grayscale: #474747. Windows color (decimal): -9096637 or 4403829. OLE color: 4403829.
HSL color Cylindrical-coordinate representation of color #753243: hue angle of 344.78º 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 #753243 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 67 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.54 |
| HSL | 344.78º | 0.4% | 0.33% | - |
| HSV(B) | 344.78º | 0.57% | 0.46% | - |
| XYZ | 9.49 | 6.47 | 6.06 | - |
| YUV | 71.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 67 | 0 | 0.57 | 0.43 | 0.54 | 344.78 | 0.4 | 0.33 |
| Hex | 75 | 32 | 43 | 0 | 39 | 2B | 36 | 159 | 28 | 21 |
| Octal | 165 | 62 | 103 | 0 | 71 | 53 | 66 | 531 | 50 | 41 |
| Binary | 1110101 | 110010 | 1000011 | 0 | 111001 | 101011 | 110110 | 101011001 | 101000 | 100001 |
Color Harmonies of #753243
Complementary color
Monochromatic Colors of #753243
Black with #753243
Text Example
Text Example
White with #753243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753243; }
p { color: rgb(117,50,67); }
H1.HeaderClassName
{
color: #753243;
}
.AnyTagClassName
{
color: #753243;
}
</style>
background-color css
<style>
a { background-color: #753243; }
a { background-color: rgb(117,50,67); }
div.DivClassName
{
background-color: #753243;
}
.BgClassName
{
background-color: #753243;
}
</style>
border-color css
<style>
span { border-color: #753243; }
span { border-color: rgb(117,50,67); }
td.TdClassName
{
border-color: #753243;
}
.TagClassName
{
border-color: #753243;
}
</style>