Shades of Camelot #7E3B53
Tints of Camelot #7E3B53
RGB
CMYK
RGB Variations
Color information
#7E3B53 (or 0x7E3B53) is known color: Camelot. HEX triplet: 7E, 3B and 53. RGB value is (126,59,83). Sum of RGB (Red+Green+Blue) = 126+59+83=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B53 is #81C4AC. Grayscale: #515151. Windows color (decimal): -8504493 or 5454718. OLE color: 5454718.
HSL color Cylindrical-coordinate representation of color #7E3B53: hue angle of 338.51º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B53 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 83 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.51 |
| HSL | 338.51º | 0.36% | 0.36% | - |
| HSV(B) | 338.51º | 0.53% | 0.49% | - |
| XYZ | 11.73 | 8.19 | 9.15 | - |
| YUV | 81.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 83 | 0 | 0.53 | 0.34 | 0.51 | 338.51 | 0.36 | 0.36 |
| Hex | 7E | 3B | 53 | 0 | 35 | 22 | 33 | 153 | 24 | 24 |
| Octal | 176 | 73 | 123 | 0 | 65 | 42 | 63 | 523 | 44 | 44 |
| Binary | 1111110 | 111011 | 1010011 | 0 | 110101 | 100010 | 110011 | 101010011 | 100100 | 100100 |
Color Harmonies of #7E3B53
Complementary color
Monochromatic Colors of #7E3B53
Black with #7E3B53
Text Example
Text Example
White with #7E3B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B53; }
p { color: rgb(126,59,83); }
H1.HeaderClassName
{
color: #7E3B53;
}
.AnyTagClassName
{
color: #7E3B53;
}
</style>
background-color css
<style>
a { background-color: #7E3B53; }
a { background-color: rgb(126,59,83); }
div.DivClassName
{
background-color: #7E3B53;
}
.BgClassName
{
background-color: #7E3B53;
}
</style>
border-color css
<style>
span { border-color: #7E3B53; }
span { border-color: rgb(126,59,83); }
td.TdClassName
{
border-color: #7E3B53;
}
.TagClassName
{
border-color: #7E3B53;
}
</style>