Shades of Camelot #73414D
Tints of Camelot #73414D
RGB
CMYK
RGB Variations
Color information
#73414D (or 0x73414D) is known color: Camelot. HEX triplet: 73, 41 and 4D. RGB value is (115,65,77). Sum of RGB (Red+Green+Blue) = 115+65+77=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73414D is #8CBEB2. Grayscale: #515151. Windows color (decimal): -9223859 or 5063027. OLE color: 5063027.
HSL color Cylindrical-coordinate representation of color #73414D: hue angle of 345.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73414D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 77 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.55 |
| HSL | 345.6º | 0.28% | 0.35% | - |
| HSV(B) | 345.6º | 0.43% | 0.45% | - |
| XYZ | 10.3 | 7.96 | 8.01 | - |
| YUV | 81.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 77 | 0 | 0.43 | 0.33 | 0.55 | 345.6 | 0.28 | 0.35 |
| Hex | 73 | 41 | 4D | 0 | 2B | 21 | 37 | 15A | 1C | 23 |
| Octal | 163 | 101 | 115 | 0 | 53 | 41 | 67 | 532 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1001101 | 0 | 101011 | 100001 | 110111 | 101011010 | 11100 | 100011 |
Color Harmonies of #73414D
Complementary color
Monochromatic Colors of #73414D
Black with #73414D
Text Example
Text Example
White with #73414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73414D; }
p { color: rgb(115,65,77); }
H1.HeaderClassName
{
color: #73414D;
}
.AnyTagClassName
{
color: #73414D;
}
</style>
background-color css
<style>
a { background-color: #73414D; }
a { background-color: rgb(115,65,77); }
div.DivClassName
{
background-color: #73414D;
}
.BgClassName
{
background-color: #73414D;
}
</style>
border-color css
<style>
span { border-color: #73414D; }
span { border-color: rgb(115,65,77); }
td.TdClassName
{
border-color: #73414D;
}
.TagClassName
{
border-color: #73414D;
}
</style>