Shades of Camelot #743E49
Tints of Camelot #743E49
RGB
CMYK
RGB Variations
Color information
#743E49 (or 0x743E49) is known color: Camelot. HEX triplet: 74, 3E and 49. RGB value is (116,62,73). Sum of RGB (Red+Green+Blue) = 116+62+73=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #743E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E49 is #8BC1B6. Grayscale: #4F4F4F. Windows color (decimal): -9159095 or 4800116. OLE color: 4800116.
HSL color Cylindrical-coordinate representation of color #743E49: hue angle of 347.78º degrees, saturation: 0.3, 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 #743E49 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 73 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.55 |
| HSL | 347.78º | 0.3% | 0.35% | - |
| HSV(B) | 347.78º | 0.47% | 0.45% | - |
| XYZ | 10.13 | 7.64 | 7.24 | - |
| YUV | 79.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 73 | 0 | 0.47 | 0.37 | 0.55 | 347.78 | 0.3 | 0.35 |
| Hex | 74 | 3E | 49 | 0 | 2F | 25 | 37 | 15C | 1E | 23 |
| Octal | 164 | 76 | 111 | 0 | 57 | 45 | 67 | 534 | 36 | 43 |
| Binary | 1110100 | 111110 | 1001001 | 0 | 101111 | 100101 | 110111 | 101011100 | 11110 | 100011 |
Color Harmonies of #743E49
Complementary color
Monochromatic Colors of #743E49
Black with #743E49
Text Example
Text Example
White with #743E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E49; }
p { color: rgb(116,62,73); }
H1.HeaderClassName
{
color: #743E49;
}
.AnyTagClassName
{
color: #743E49;
}
</style>
background-color css
<style>
a { background-color: #743E49; }
a { background-color: rgb(116,62,73); }
div.DivClassName
{
background-color: #743E49;
}
.BgClassName
{
background-color: #743E49;
}
</style>
border-color css
<style>
span { border-color: #743E49; }
span { border-color: rgb(116,62,73); }
td.TdClassName
{
border-color: #743E49;
}
.TagClassName
{
border-color: #743E49;
}
</style>