Shades of Camelot #71444E
Tints of Camelot #71444E
RGB
CMYK
RGB Variations
Color information
#71444E (or 0x71444E) is known color: Camelot. HEX triplet: 71, 44 and 4E. RGB value is (113,68,78). Sum of RGB (Red+Green+Blue) = 113+68+78=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71444E is #8EBBB1. Grayscale: #525252. Windows color (decimal): -9354162 or 5129329. OLE color: 5129329.
HSL color Cylindrical-coordinate representation of color #71444E: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71444E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 78 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.56 |
| HSL | 346.67º | 0.25% | 0.35% | - |
| HSV(B) | 346.67º | 0.4% | 0.44% | - |
| XYZ | 10.25 | 8.2 | 8.25 | - |
| YUV | 82.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 78 | 0 | 0.40 | 0.31 | 0.56 | 346.67 | 0.25 | 0.35 |
| Hex | 71 | 44 | 4E | 0 | 28 | 1F | 38 | 15B | 19 | 23 |
| Octal | 161 | 104 | 116 | 0 | 50 | 37 | 70 | 533 | 31 | 43 |
| Binary | 1110001 | 1000100 | 1001110 | 0 | 101000 | 11111 | 111000 | 101011011 | 11001 | 100011 |
Color Harmonies of #71444E
Complementary color
Monochromatic Colors of #71444E
Black with #71444E
Text Example
Text Example
White with #71444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71444E; }
p { color: rgb(113,68,78); }
H1.HeaderClassName
{
color: #71444E;
}
.AnyTagClassName
{
color: #71444E;
}
</style>
background-color css
<style>
a { background-color: #71444E; }
a { background-color: rgb(113,68,78); }
div.DivClassName
{
background-color: #71444E;
}
.BgClassName
{
background-color: #71444E;
}
</style>
border-color css
<style>
span { border-color: #71444E; }
span { border-color: rgb(113,68,78); }
td.TdClassName
{
border-color: #71444E;
}
.TagClassName
{
border-color: #71444E;
}
</style>