Shades of Camelot #7D4153
Tints of Camelot #7D4153
RGB
CMYK
RGB Variations
Color information
#7D4153 (or 0x7D4153) is known color: Camelot. HEX triplet: 7D, 41 and 53. RGB value is (125,65,83). Sum of RGB (Red+Green+Blue) = 125+65+83=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4153 is #82BEAC. Grayscale: #545454. Windows color (decimal): -8568493 or 5456253. OLE color: 5456253.
HSL color Cylindrical-coordinate representation of color #7D4153: hue angle of 342º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4153 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 83 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.51 |
| HSL | 342º | 0.32% | 0.37% | - |
| HSV(B) | 342º | 0.48% | 0.49% | - |
| XYZ | 11.91 | 8.77 | 9.25 | - |
| YUV | 84.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 83 | 0 | 0.48 | 0.34 | 0.51 | 342 | 0.32 | 0.37 |
| Hex | 7D | 41 | 53 | 0 | 30 | 22 | 33 | 156 | 20 | 25 |
| Octal | 175 | 101 | 123 | 0 | 60 | 42 | 63 | 526 | 40 | 45 |
| Binary | 1111101 | 1000001 | 1010011 | 0 | 110000 | 100010 | 110011 | 101010110 | 100000 | 100101 |
Color Harmonies of #7D4153
Complementary color
Monochromatic Colors of #7D4153
Black with #7D4153
Text Example
Text Example
White with #7D4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4153; }
p { color: rgb(125,65,83); }
H1.HeaderClassName
{
color: #7D4153;
}
.AnyTagClassName
{
color: #7D4153;
}
</style>
background-color css
<style>
a { background-color: #7D4153; }
a { background-color: rgb(125,65,83); }
div.DivClassName
{
background-color: #7D4153;
}
.BgClassName
{
background-color: #7D4153;
}
</style>
border-color css
<style>
span { border-color: #7D4153; }
span { border-color: rgb(125,65,83); }
td.TdClassName
{
border-color: #7D4153;
}
.TagClassName
{
border-color: #7D4153;
}
</style>