Shades of Camelot #73424E
Tints of Camelot #73424E
RGB
CMYK
RGB Variations
Color information
#73424E (or 0x73424E) is known color: Camelot. HEX triplet: 73, 42 and 4E. RGB value is (115,66,78). Sum of RGB (Red+Green+Blue) = 115+66+78=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73424E is #8CBDB1. Grayscale: #525252. Windows color (decimal): -9223602 or 5128819. OLE color: 5128819.
HSL color Cylindrical-coordinate representation of color #73424E: hue angle of 345.31º degrees, saturation: 0.27, 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 #73424E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 78 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.55 |
| HSL | 345.31º | 0.27% | 0.35% | - |
| HSV(B) | 345.31º | 0.43% | 0.45% | - |
| XYZ | 10.39 | 8.09 | 8.22 | - |
| YUV | 82.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 78 | 0 | 0.43 | 0.32 | 0.55 | 345.31 | 0.27 | 0.35 |
| Hex | 73 | 42 | 4E | 0 | 2B | 20 | 37 | 159 | 1B | 23 |
| Octal | 163 | 102 | 116 | 0 | 53 | 40 | 67 | 531 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1001110 | 0 | 101011 | 100000 | 110111 | 101011001 | 11011 | 100011 |
Color Harmonies of #73424E
Complementary color
Monochromatic Colors of #73424E
Black with #73424E
Text Example
Text Example
White with #73424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73424E; }
p { color: rgb(115,66,78); }
H1.HeaderClassName
{
color: #73424E;
}
.AnyTagClassName
{
color: #73424E;
}
</style>
background-color css
<style>
a { background-color: #73424E; }
a { background-color: rgb(115,66,78); }
div.DivClassName
{
background-color: #73424E;
}
.BgClassName
{
background-color: #73424E;
}
</style>
border-color css
<style>
span { border-color: #73424E; }
span { border-color: rgb(115,66,78); }
td.TdClassName
{
border-color: #73424E;
}
.TagClassName
{
border-color: #73424E;
}
</style>