Shades of Camelot #7D3D49
Tints of Camelot #7D3D49
RGB
CMYK
RGB Variations
Color information
#7D3D49 (or 0x7D3D49) is known color: Camelot. HEX triplet: 7D, 3D and 49. RGB value is (125,61,73). Sum of RGB (Red+Green+Blue) = 125+61+73=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D49 is #82C2B6. Grayscale: #515151. Windows color (decimal): -8569527 or 4799869. OLE color: 4799869.
HSL color Cylindrical-coordinate representation of color #7D3D49: hue angle of 348.75º 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 #7D3D49 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 73 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.51 |
| HSL | 348.75º | 0.34% | 0.36% | - |
| HSV(B) | 348.75º | 0.51% | 0.49% | - |
| XYZ | 11.33 | 8.18 | 7.28 | - |
| YUV | 81.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 73 | 0 | 0.51 | 0.42 | 0.51 | 348.75 | 0.34 | 0.36 |
| Hex | 7D | 3D | 49 | 0 | 33 | 2A | 33 | 15D | 22 | 24 |
| Octal | 175 | 75 | 111 | 0 | 63 | 52 | 63 | 535 | 42 | 44 |
| Binary | 1111101 | 111101 | 1001001 | 0 | 110011 | 101010 | 110011 | 101011101 | 100010 | 100100 |
Color Harmonies of #7D3D49
Complementary color
Monochromatic Colors of #7D3D49
Black with #7D3D49
Text Example
Text Example
White with #7D3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D49; }
p { color: rgb(125,61,73); }
H1.HeaderClassName
{
color: #7D3D49;
}
.AnyTagClassName
{
color: #7D3D49;
}
</style>
background-color css
<style>
a { background-color: #7D3D49; }
a { background-color: rgb(125,61,73); }
div.DivClassName
{
background-color: #7D3D49;
}
.BgClassName
{
background-color: #7D3D49;
}
</style>
border-color css
<style>
span { border-color: #7D3D49; }
span { border-color: rgb(125,61,73); }
td.TdClassName
{
border-color: #7D3D49;
}
.TagClassName
{
border-color: #7D3D49;
}
</style>