Shades of Camelot #7D3F52
Tints of Camelot #7D3F52
RGB
CMYK
RGB Variations
Color information
#7D3F52 (or 0x7D3F52) is known color: Camelot. HEX triplet: 7D, 3F and 52. RGB value is (125,63,82). Sum of RGB (Red+Green+Blue) = 125+63+82=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F52 is #82C0AD. Grayscale: #535353. Windows color (decimal): -8569006 or 5390205. OLE color: 5390205.
HSL color Cylindrical-coordinate representation of color #7D3F52: hue angle of 341.61º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F52 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 82 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.51 |
| HSL | 341.61º | 0.33% | 0.37% | - |
| HSV(B) | 341.61º | 0.5% | 0.49% | - |
| XYZ | 11.76 | 8.52 | 9.01 | - |
| YUV | 83.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 82 | 0 | 0.50 | 0.34 | 0.51 | 341.61 | 0.33 | 0.37 |
| Hex | 7D | 3F | 52 | 0 | 32 | 22 | 33 | 156 | 21 | 25 |
| Octal | 175 | 77 | 122 | 0 | 62 | 42 | 63 | 526 | 41 | 45 |
| Binary | 1111101 | 111111 | 1010010 | 0 | 110010 | 100010 | 110011 | 101010110 | 100001 | 100101 |
Color Harmonies of #7D3F52
Complementary color
Monochromatic Colors of #7D3F52
Black with #7D3F52
Text Example
Text Example
White with #7D3F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F52; }
p { color: rgb(125,63,82); }
H1.HeaderClassName
{
color: #7D3F52;
}
.AnyTagClassName
{
color: #7D3F52;
}
</style>
background-color css
<style>
a { background-color: #7D3F52; }
a { background-color: rgb(125,63,82); }
div.DivClassName
{
background-color: #7D3F52;
}
.BgClassName
{
background-color: #7D3F52;
}
</style>
border-color css
<style>
span { border-color: #7D3F52; }
span { border-color: rgb(125,63,82); }
td.TdClassName
{
border-color: #7D3F52;
}
.TagClassName
{
border-color: #7D3F52;
}
</style>