Shades of Camelot #7D3443
Tints of Camelot #7D3443
RGB
CMYK
RGB Variations
Color information
#7D3443 (or 0x7D3443) is known color: Camelot. HEX triplet: 7D, 34 and 43. RGB value is (125,52,67). Sum of RGB (Red+Green+Blue) = 125+52+67=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3443 is #82CBBC. Grayscale: #4B4B4B. Windows color (decimal): -8571837 or 4404349. OLE color: 4404349.
HSL color Cylindrical-coordinate representation of color #7D3443: hue angle of 347.67º degrees, saturation: 0.41, 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 #7D3443 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 67 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.51 |
| HSL | 347.67º | 0.41% | 0.35% | - |
| HSV(B) | 347.67º | 0.58% | 0.49% | - |
| XYZ | 10.7 | 7.22 | 6.14 | - |
| YUV | 75.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 67 | 0 | 0.58 | 0.46 | 0.51 | 347.67 | 0.41 | 0.35 |
| Hex | 7D | 34 | 43 | 0 | 3A | 2E | 33 | 15C | 29 | 23 |
| Octal | 175 | 64 | 103 | 0 | 72 | 56 | 63 | 534 | 51 | 43 |
| Binary | 1111101 | 110100 | 1000011 | 0 | 111010 | 101110 | 110011 | 101011100 | 101001 | 100011 |
Color Harmonies of #7D3443
Complementary color
Monochromatic Colors of #7D3443
Black with #7D3443
Text Example
Text Example
White with #7D3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3443; }
p { color: rgb(125,52,67); }
H1.HeaderClassName
{
color: #7D3443;
}
.AnyTagClassName
{
color: #7D3443;
}
</style>
background-color css
<style>
a { background-color: #7D3443; }
a { background-color: rgb(125,52,67); }
div.DivClassName
{
background-color: #7D3443;
}
.BgClassName
{
background-color: #7D3443;
}
</style>
border-color css
<style>
span { border-color: #7D3443; }
span { border-color: rgb(125,52,67); }
td.TdClassName
{
border-color: #7D3443;
}
.TagClassName
{
border-color: #7D3443;
}
</style>