Shades of Camelot #73424C
Tints of Camelot #73424C
RGB
CMYK
RGB Variations
Color information
#73424C (or 0x73424C) is known color: Camelot. HEX triplet: 73, 42 and 4C. RGB value is (115,66,76). Sum of RGB (Red+Green+Blue) = 115+66+76=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73424C is #8CBDB3. Grayscale: #515151. Windows color (decimal): -9223604 or 4997747. OLE color: 4997747.
HSL color Cylindrical-coordinate representation of color #73424C: hue angle of 347.76º 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 #73424C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 76 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.55 |
| HSL | 347.76º | 0.27% | 0.35% | - |
| HSV(B) | 347.76º | 0.43% | 0.45% | - |
| XYZ | 10.32 | 8.06 | 7.85 | - |
| YUV | 81.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 76 | 0 | 0.43 | 0.34 | 0.55 | 347.76 | 0.27 | 0.35 |
| Hex | 73 | 42 | 4C | 0 | 2B | 22 | 37 | 15C | 1B | 23 |
| Octal | 163 | 102 | 114 | 0 | 53 | 42 | 67 | 534 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1001100 | 0 | 101011 | 100010 | 110111 | 101011100 | 11011 | 100011 |
Color Harmonies of #73424C
Complementary color
Monochromatic Colors of #73424C
Black with #73424C
Text Example
Text Example
White with #73424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73424C; }
p { color: rgb(115,66,76); }
H1.HeaderClassName
{
color: #73424C;
}
.AnyTagClassName
{
color: #73424C;
}
</style>
background-color css
<style>
a { background-color: #73424C; }
a { background-color: rgb(115,66,76); }
div.DivClassName
{
background-color: #73424C;
}
.BgClassName
{
background-color: #73424C;
}
</style>
border-color css
<style>
span { border-color: #73424C; }
span { border-color: rgb(115,66,76); }
td.TdClassName
{
border-color: #73424C;
}
.TagClassName
{
border-color: #73424C;
}
</style>