Shades of Camelot #893D47
Tints of Camelot #893D47
RGB
CMYK
RGB Variations
Color information
#893D47 (or 0x893D47) is known color: Camelot. HEX triplet: 89, 3D and 47. RGB value is (137,61,71). Sum of RGB (Red+Green+Blue) = 137+61+71=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D47 is #76C2B8. Grayscale: #545454. Windows color (decimal): -7783097 or 4668809. OLE color: 4668809.
HSL color Cylindrical-coordinate representation of color #893D47: hue angle of 352.11º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D47 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 71 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.46 |
| HSL | 352.11º | 0.38% | 0.39% | - |
| HSV(B) | 352.11º | 0.55% | 0.54% | - |
| XYZ | 13.12 | 9.11 | 7.03 | - |
| YUV | 84.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 71 | 0 | 0.55 | 0.48 | 0.46 | 352.11 | 0.38 | 0.39 |
| Hex | 89 | 3D | 47 | 0 | 37 | 30 | 2E | 160 | 26 | 27 |
| Octal | 211 | 75 | 107 | 0 | 67 | 60 | 56 | 540 | 46 | 47 |
| Binary | 10001001 | 111101 | 1000111 | 0 | 110111 | 110000 | 101110 | 101100000 | 100110 | 100111 |
Color Harmonies of #893D47
Complementary color
Monochromatic Colors of #893D47
Black with #893D47
Text Example
Text Example
White with #893D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D47; }
p { color: rgb(137,61,71); }
H1.HeaderClassName
{
color: #893D47;
}
.AnyTagClassName
{
color: #893D47;
}
</style>
background-color css
<style>
a { background-color: #893D47; }
a { background-color: rgb(137,61,71); }
div.DivClassName
{
background-color: #893D47;
}
.BgClassName
{
background-color: #893D47;
}
</style>
border-color css
<style>
span { border-color: #893D47; }
span { border-color: rgb(137,61,71); }
td.TdClassName
{
border-color: #893D47;
}
.TagClassName
{
border-color: #893D47;
}
</style>