Shades of Camelot #893B54
Tints of Camelot #893B54
RGB
CMYK
RGB Variations
Color information
#893B54 (or 0x893B54) is known color: Camelot. HEX triplet: 89, 3B and 54. RGB value is (137,59,84). Sum of RGB (Red+Green+Blue) = 137+59+84=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #893B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B54 is #76C4AB. Grayscale: #555555. Windows color (decimal): -7783596 or 5520265. OLE color: 5520265.
HSL color Cylindrical-coordinate representation of color #893B54: hue angle of 340.77º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B54 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 84 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.46 |
| HSL | 340.77º | 0.4% | 0.38% | - |
| HSV(B) | 340.77º | 0.57% | 0.54% | - |
| XYZ | 13.48 | 9.09 | 9.43 | - |
| YUV | 85.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 84 | 0 | 0.57 | 0.39 | 0.46 | 340.77 | 0.4 | 0.38 |
| Hex | 89 | 3B | 54 | 0 | 39 | 27 | 2E | 155 | 28 | 26 |
| Octal | 211 | 73 | 124 | 0 | 71 | 47 | 56 | 525 | 50 | 46 |
| Binary | 10001001 | 111011 | 1010100 | 0 | 111001 | 100111 | 101110 | 101010101 | 101000 | 100110 |
Color Harmonies of #893B54
Complementary color
Monochromatic Colors of #893B54
Black with #893B54
Text Example
Text Example
White with #893B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B54; }
p { color: rgb(137,59,84); }
H1.HeaderClassName
{
color: #893B54;
}
.AnyTagClassName
{
color: #893B54;
}
</style>
background-color css
<style>
a { background-color: #893B54; }
a { background-color: rgb(137,59,84); }
div.DivClassName
{
background-color: #893B54;
}
.BgClassName
{
background-color: #893B54;
}
</style>
border-color css
<style>
span { border-color: #893B54; }
span { border-color: rgb(137,59,84); }
td.TdClassName
{
border-color: #893B54;
}
.TagClassName
{
border-color: #893B54;
}
</style>