Shades of Camelot #7D3949
Tints of Camelot #7D3949
RGB
CMYK
RGB Variations
Color information
#7D3949 (or 0x7D3949) is known color: Camelot. HEX triplet: 7D, 39 and 49. RGB value is (125,57,73). Sum of RGB (Red+Green+Blue) = 125+57+73=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3949 is #82C6B6. Grayscale: #4F4F4F. Windows color (decimal): -8570551 or 4798845. OLE color: 4798845.
HSL color Cylindrical-coordinate representation of color #7D3949: hue angle of 345.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3949 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 73 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.51 |
| HSL | 345.88º | 0.37% | 0.36% | - |
| HSV(B) | 345.88º | 0.54% | 0.49% | - |
| XYZ | 11.12 | 7.77 | 7.22 | - |
| YUV | 79.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 73 | 0 | 0.54 | 0.42 | 0.51 | 345.88 | 0.37 | 0.36 |
| Hex | 7D | 39 | 49 | 0 | 36 | 2A | 33 | 15A | 25 | 24 |
| Octal | 175 | 71 | 111 | 0 | 66 | 52 | 63 | 532 | 45 | 44 |
| Binary | 1111101 | 111001 | 1001001 | 0 | 110110 | 101010 | 110011 | 101011010 | 100101 | 100100 |
Color Harmonies of #7D3949
Complementary color
Monochromatic Colors of #7D3949
Black with #7D3949
Text Example
Text Example
White with #7D3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3949; }
p { color: rgb(125,57,73); }
H1.HeaderClassName
{
color: #7D3949;
}
.AnyTagClassName
{
color: #7D3949;
}
</style>
background-color css
<style>
a { background-color: #7D3949; }
a { background-color: rgb(125,57,73); }
div.DivClassName
{
background-color: #7D3949;
}
.BgClassName
{
background-color: #7D3949;
}
</style>
border-color css
<style>
span { border-color: #7D3949; }
span { border-color: rgb(125,57,73); }
td.TdClassName
{
border-color: #7D3949;
}
.TagClassName
{
border-color: #7D3949;
}
</style>