Shades of Camelot #7D3344
Tints of Camelot #7D3344
RGB
CMYK
RGB Variations
Color information
#7D3344 (or 0x7D3344) is known color: Camelot. HEX triplet: 7D, 33 and 44. RGB value is (125,51,68). Sum of RGB (Red+Green+Blue) = 125+51+68=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3344 is #82CCBB. Grayscale: #4B4B4B. Windows color (decimal): -8572092 or 4469629. OLE color: 4469629.
HSL color Cylindrical-coordinate representation of color #7D3344: hue angle of 346.22º 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 #7D3344 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 68 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.51 |
| HSL | 346.22º | 0.42% | 0.35% | - |
| HSV(B) | 346.22º | 0.59% | 0.49% | - |
| XYZ | 10.68 | 7.14 | 6.28 | - |
| YUV | 75.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 68 | 0 | 0.59 | 0.46 | 0.51 | 346.22 | 0.42 | 0.35 |
| Hex | 7D | 33 | 44 | 0 | 3B | 2E | 33 | 15A | 2A | 23 |
| Octal | 175 | 63 | 104 | 0 | 73 | 56 | 63 | 532 | 52 | 43 |
| Binary | 1111101 | 110011 | 1000100 | 0 | 111011 | 101110 | 110011 | 101011010 | 101010 | 100011 |
Color Harmonies of #7D3344
Complementary color
Monochromatic Colors of #7D3344
Black with #7D3344
Text Example
Text Example
White with #7D3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3344; }
p { color: rgb(125,51,68); }
H1.HeaderClassName
{
color: #7D3344;
}
.AnyTagClassName
{
color: #7D3344;
}
</style>
background-color css
<style>
a { background-color: #7D3344; }
a { background-color: rgb(125,51,68); }
div.DivClassName
{
background-color: #7D3344;
}
.BgClassName
{
background-color: #7D3344;
}
</style>
border-color css
<style>
span { border-color: #7D3344; }
span { border-color: rgb(125,51,68); }
td.TdClassName
{
border-color: #7D3344;
}
.TagClassName
{
border-color: #7D3344;
}
</style>