Shades of Camelot #72444D
Tints of Camelot #72444D
RGB
CMYK
RGB Variations
Color information
#72444D (or 0x72444D) is known color: Camelot. HEX triplet: 72, 44 and 4D. RGB value is (114,68,77). Sum of RGB (Red+Green+Blue) = 114+68+77=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72444D is #8DBBB2. Grayscale: #525252. Windows color (decimal): -9288627 or 5063794. OLE color: 5063794.
HSL color Cylindrical-coordinate representation of color #72444D: hue angle of 348.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72444D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 77 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.55 |
| HSL | 348.26º | 0.25% | 0.36% | - |
| HSV(B) | 348.26º | 0.4% | 0.45% | - |
| XYZ | 10.35 | 8.25 | 8.07 | - |
| YUV | 82.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 77 | 0 | 0.40 | 0.32 | 0.55 | 348.26 | 0.25 | 0.36 |
| Hex | 72 | 44 | 4D | 0 | 28 | 20 | 37 | 15C | 19 | 24 |
| Octal | 162 | 104 | 115 | 0 | 50 | 40 | 67 | 534 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1001101 | 0 | 101000 | 100000 | 110111 | 101011100 | 11001 | 100100 |
Color Harmonies of #72444D
Complementary color
Monochromatic Colors of #72444D
Black with #72444D
Text Example
Text Example
White with #72444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72444D; }
p { color: rgb(114,68,77); }
H1.HeaderClassName
{
color: #72444D;
}
.AnyTagClassName
{
color: #72444D;
}
</style>
background-color css
<style>
a { background-color: #72444D; }
a { background-color: rgb(114,68,77); }
div.DivClassName
{
background-color: #72444D;
}
.BgClassName
{
background-color: #72444D;
}
</style>
border-color css
<style>
span { border-color: #72444D; }
span { border-color: rgb(114,68,77); }
td.TdClassName
{
border-color: #72444D;
}
.TagClassName
{
border-color: #72444D;
}
</style>