Shades of Camelot #753143
Tints of Camelot #753143
RGB
CMYK
RGB Variations
Color information
#753143 (or 0x753143) is known color: Camelot. HEX triplet: 75, 31 and 43. RGB value is (117,49,67). Sum of RGB (Red+Green+Blue) = 117+49+67=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753143 is #8ACEBC. Grayscale: #474747. Windows color (decimal): -9096893 or 4403573. OLE color: 4403573.
HSL color Cylindrical-coordinate representation of color #753143: hue angle of 344.12º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753143 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 49 | 67 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.54 |
| HSL | 344.12º | 0.41% | 0.33% | - |
| HSV(B) | 344.12º | 0.58% | 0.46% | - |
| XYZ | 9.45 | 6.38 | 6.04 | - |
| YUV | 71.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 67 | 0 | 0.58 | 0.43 | 0.54 | 344.12 | 0.41 | 0.33 |
| Hex | 75 | 31 | 43 | 0 | 3A | 2B | 36 | 158 | 29 | 21 |
| Octal | 165 | 61 | 103 | 0 | 72 | 53 | 66 | 530 | 51 | 41 |
| Binary | 1110101 | 110001 | 1000011 | 0 | 111010 | 101011 | 110110 | 101011000 | 101001 | 100001 |
Color Harmonies of #753143
Complementary color
Monochromatic Colors of #753143
Black with #753143
Text Example
Text Example
White with #753143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753143; }
p { color: rgb(117,49,67); }
H1.HeaderClassName
{
color: #753143;
}
.AnyTagClassName
{
color: #753143;
}
</style>
background-color css
<style>
a { background-color: #753143; }
a { background-color: rgb(117,49,67); }
div.DivClassName
{
background-color: #753143;
}
.BgClassName
{
background-color: #753143;
}
</style>
border-color css
<style>
span { border-color: #753143; }
span { border-color: rgb(117,49,67); }
td.TdClassName
{
border-color: #753143;
}
.TagClassName
{
border-color: #753143;
}
</style>