Shades of Camelot #7D3544
Tints of Camelot #7D3544
RGB
CMYK
RGB Variations
Color information
#7D3544 (or 0x7D3544) is known color: Camelot. HEX triplet: 7D, 35 and 44. RGB value is (125,53,68). Sum of RGB (Red+Green+Blue) = 125+53+68=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3544 is #82CABB. Grayscale: #4C4C4C. Windows color (decimal): -8571580 or 4470141. OLE color: 4470141.
HSL color Cylindrical-coordinate representation of color #7D3544: hue angle of 347.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3544 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 68 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.51 |
| HSL | 347.5º | 0.4% | 0.35% | - |
| HSV(B) | 347.5º | 0.58% | 0.49% | - |
| XYZ | 10.77 | 7.32 | 6.31 | - |
| YUV | 76.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 68 | 0 | 0.58 | 0.46 | 0.51 | 347.5 | 0.4 | 0.35 |
| Hex | 7D | 35 | 44 | 0 | 3A | 2E | 33 | 15C | 28 | 23 |
| Octal | 175 | 65 | 104 | 0 | 72 | 56 | 63 | 534 | 50 | 43 |
| Binary | 1111101 | 110101 | 1000100 | 0 | 111010 | 101110 | 110011 | 101011100 | 101000 | 100011 |
Color Harmonies of #7D3544
Complementary color
Monochromatic Colors of #7D3544
Black with #7D3544
Text Example
Text Example
White with #7D3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3544; }
p { color: rgb(125,53,68); }
H1.HeaderClassName
{
color: #7D3544;
}
.AnyTagClassName
{
color: #7D3544;
}
</style>
background-color css
<style>
a { background-color: #7D3544; }
a { background-color: rgb(125,53,68); }
div.DivClassName
{
background-color: #7D3544;
}
.BgClassName
{
background-color: #7D3544;
}
</style>
border-color css
<style>
span { border-color: #7D3544; }
span { border-color: rgb(125,53,68); }
td.TdClassName
{
border-color: #7D3544;
}
.TagClassName
{
border-color: #7D3544;
}
</style>