Shades of Camelot #7D3D46
Tints of Camelot #7D3D46
RGB
CMYK
RGB Variations
Color information
#7D3D46 (or 0x7D3D46) is known color: Camelot. HEX triplet: 7D, 3D and 46. RGB value is (125,61,70). Sum of RGB (Red+Green+Blue) = 125+61+70=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D46 is #82C2B9. Grayscale: #515151. Windows color (decimal): -8569530 or 4603261. OLE color: 4603261.
HSL color Cylindrical-coordinate representation of color #7D3D46: hue angle of 351.56º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D46 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 70 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.51 |
| HSL | 351.56º | 0.34% | 0.36% | - |
| HSV(B) | 351.56º | 0.51% | 0.49% | - |
| XYZ | 11.23 | 8.14 | 6.77 | - |
| YUV | 81.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 70 | 0 | 0.51 | 0.44 | 0.51 | 351.56 | 0.34 | 0.36 |
| Hex | 7D | 3D | 46 | 0 | 33 | 2C | 33 | 160 | 22 | 24 |
| Octal | 175 | 75 | 106 | 0 | 63 | 54 | 63 | 540 | 42 | 44 |
| Binary | 1111101 | 111101 | 1000110 | 0 | 110011 | 101100 | 110011 | 101100000 | 100010 | 100100 |
Color Harmonies of #7D3D46
Complementary color
Monochromatic Colors of #7D3D46
Black with #7D3D46
Text Example
Text Example
White with #7D3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D46; }
p { color: rgb(125,61,70); }
H1.HeaderClassName
{
color: #7D3D46;
}
.AnyTagClassName
{
color: #7D3D46;
}
</style>
background-color css
<style>
a { background-color: #7D3D46; }
a { background-color: rgb(125,61,70); }
div.DivClassName
{
background-color: #7D3D46;
}
.BgClassName
{
background-color: #7D3D46;
}
</style>
border-color css
<style>
span { border-color: #7D3D46; }
span { border-color: rgb(125,61,70); }
td.TdClassName
{
border-color: #7D3D46;
}
.TagClassName
{
border-color: #7D3D46;
}
</style>