Shades of Camelot #894353
Tints of Camelot #894353
RGB
CMYK
RGB Variations
Color information
#894353 (or 0x894353) is known color: Camelot. HEX triplet: 89, 43 and 53. RGB value is (137,67,83). Sum of RGB (Red+Green+Blue) = 137+67+83=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894353 is #76BCAC. Grayscale: #595959. Windows color (decimal): -7781549 or 5456777. OLE color: 5456777.
HSL color Cylindrical-coordinate representation of color #894353: hue angle of 346.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894353 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 83 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.46 |
| HSL | 346.29º | 0.34% | 0.4% | - |
| HSV(B) | 346.29º | 0.51% | 0.54% | - |
| XYZ | 13.89 | 9.96 | 9.37 | - |
| YUV | 89.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 83 | 0 | 0.51 | 0.39 | 0.46 | 346.29 | 0.34 | 0.4 |
| Hex | 89 | 43 | 53 | 0 | 33 | 27 | 2E | 15A | 22 | 28 |
| Octal | 211 | 103 | 123 | 0 | 63 | 47 | 56 | 532 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1010011 | 0 | 110011 | 100111 | 101110 | 101011010 | 100010 | 101000 |
Color Harmonies of #894353
Complementary color
Monochromatic Colors of #894353
Black with #894353
Text Example
Text Example
White with #894353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894353; }
p { color: rgb(137,67,83); }
H1.HeaderClassName
{
color: #894353;
}
.AnyTagClassName
{
color: #894353;
}
</style>
background-color css
<style>
a { background-color: #894353; }
a { background-color: rgb(137,67,83); }
div.DivClassName
{
background-color: #894353;
}
.BgClassName
{
background-color: #894353;
}
</style>
border-color css
<style>
span { border-color: #894353; }
span { border-color: rgb(137,67,83); }
td.TdClassName
{
border-color: #894353;
}
.TagClassName
{
border-color: #894353;
}
</style>