Shades of Camelot #743B4A
Tints of Camelot #743B4A
RGB
CMYK
RGB Variations
Color information
#743B4A (or 0x743B4A) is known color: Camelot. HEX triplet: 74, 3B and 4A. RGB value is (116,59,74). Sum of RGB (Red+Green+Blue) = 116+59+74=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #743B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B4A is #8BC4B5. Grayscale: #4D4D4D. Windows color (decimal): -9159862 or 4864884. OLE color: 4864884.
HSL color Cylindrical-coordinate representation of color #743B4A: hue angle of 344.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B4A is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 74 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.55 |
| HSL | 344.21º | 0.33% | 0.34% | - |
| HSV(B) | 344.21º | 0.49% | 0.45% | - |
| XYZ | 10 | 7.34 | 7.37 | - |
| YUV | 77.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 74 | 0 | 0.49 | 0.36 | 0.55 | 344.21 | 0.33 | 0.34 |
| Hex | 74 | 3B | 4A | 0 | 31 | 24 | 37 | 158 | 21 | 22 |
| Octal | 164 | 73 | 112 | 0 | 61 | 44 | 67 | 530 | 41 | 42 |
| Binary | 1110100 | 111011 | 1001010 | 0 | 110001 | 100100 | 110111 | 101011000 | 100001 | 100010 |
Color Harmonies of #743B4A
Complementary color
Monochromatic Colors of #743B4A
Black with #743B4A
Text Example
Text Example
White with #743B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B4A; }
p { color: rgb(116,59,74); }
H1.HeaderClassName
{
color: #743B4A;
}
.AnyTagClassName
{
color: #743B4A;
}
</style>
background-color css
<style>
a { background-color: #743B4A; }
a { background-color: rgb(116,59,74); }
div.DivClassName
{
background-color: #743B4A;
}
.BgClassName
{
background-color: #743B4A;
}
</style>
border-color css
<style>
span { border-color: #743B4A; }
span { border-color: rgb(116,59,74); }
td.TdClassName
{
border-color: #743B4A;
}
.TagClassName
{
border-color: #743B4A;
}
</style>