Shades of Camelot #7D3347
Tints of Camelot #7D3347
RGB
CMYK
RGB Variations
Color information
#7D3347 (or 0x7D3347) is known color: Camelot. HEX triplet: 7D, 33 and 47. RGB value is (125,51,71). Sum of RGB (Red+Green+Blue) = 125+51+71=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3347 is #82CCB8. Grayscale: #4B4B4B. Windows color (decimal): -8572089 or 4666237. OLE color: 4666237.
HSL color Cylindrical-coordinate representation of color #7D3347: hue angle of 343.78º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3347 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 71 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.51 |
| HSL | 343.78º | 0.42% | 0.35% | - |
| HSV(B) | 343.78º | 0.59% | 0.49% | - |
| XYZ | 10.78 | 7.18 | 6.78 | - |
| YUV | 75.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 71 | 0 | 0.59 | 0.43 | 0.51 | 343.78 | 0.42 | 0.35 |
| Hex | 7D | 33 | 47 | 0 | 3B | 2B | 33 | 158 | 2A | 23 |
| Octal | 175 | 63 | 107 | 0 | 73 | 53 | 63 | 530 | 52 | 43 |
| Binary | 1111101 | 110011 | 1000111 | 0 | 111011 | 101011 | 110011 | 101011000 | 101010 | 100011 |
Color Harmonies of #7D3347
Complementary color
Monochromatic Colors of #7D3347
Black with #7D3347
Text Example
Text Example
White with #7D3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3347; }
p { color: rgb(125,51,71); }
H1.HeaderClassName
{
color: #7D3347;
}
.AnyTagClassName
{
color: #7D3347;
}
</style>
background-color css
<style>
a { background-color: #7D3347; }
a { background-color: rgb(125,51,71); }
div.DivClassName
{
background-color: #7D3347;
}
.BgClassName
{
background-color: #7D3347;
}
</style>
border-color css
<style>
span { border-color: #7D3347; }
span { border-color: rgb(125,51,71); }
td.TdClassName
{
border-color: #7D3347;
}
.TagClassName
{
border-color: #7D3347;
}
</style>