Shades of Camelot #73414E
Tints of Camelot #73414E
RGB
CMYK
RGB Variations
Color information
#73414E (or 0x73414E) is known color: Camelot. HEX triplet: 73, 41 and 4E. RGB value is (115,65,78). Sum of RGB (Red+Green+Blue) = 115+65+78=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73414E is #8CBEB1. Grayscale: #515151. Windows color (decimal): -9223858 or 5128563. OLE color: 5128563.
HSL color Cylindrical-coordinate representation of color #73414E: hue angle of 344.4º 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 #73414E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 78 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.55 |
| HSL | 344.4º | 0.28% | 0.35% | - |
| HSV(B) | 344.4º | 0.43% | 0.45% | - |
| XYZ | 10.34 | 7.98 | 8.2 | - |
| YUV | 81.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 78 | 0 | 0.43 | 0.32 | 0.55 | 344.4 | 0.28 | 0.35 |
| Hex | 73 | 41 | 4E | 0 | 2B | 20 | 37 | 158 | 1C | 23 |
| Octal | 163 | 101 | 116 | 0 | 53 | 40 | 67 | 530 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1001110 | 0 | 101011 | 100000 | 110111 | 101011000 | 11100 | 100011 |
Color Harmonies of #73414E
Complementary color
Monochromatic Colors of #73414E
Black with #73414E
Text Example
Text Example
White with #73414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73414E; }
p { color: rgb(115,65,78); }
H1.HeaderClassName
{
color: #73414E;
}
.AnyTagClassName
{
color: #73414E;
}
</style>
background-color css
<style>
a { background-color: #73414E; }
a { background-color: rgb(115,65,78); }
div.DivClassName
{
background-color: #73414E;
}
.BgClassName
{
background-color: #73414E;
}
</style>
border-color css
<style>
span { border-color: #73414E; }
span { border-color: rgb(115,65,78); }
td.TdClassName
{
border-color: #73414E;
}
.TagClassName
{
border-color: #73414E;
}
</style>