Shades of Camelot #893C55
Tints of Camelot #893C55
RGB
CMYK
RGB Variations
Color information
#893C55 (or 0x893C55) is known color: Camelot. HEX triplet: 89, 3C and 55. RGB value is (137,60,85). Sum of RGB (Red+Green+Blue) = 137+60+85=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #893C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C55 is #76C3AA. Grayscale: #555555. Windows color (decimal): -7783339 or 5586057. OLE color: 5586057.
HSL color Cylindrical-coordinate representation of color #893C55: hue angle of 340.52º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C55 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 85 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.46 |
| HSL | 340.52º | 0.39% | 0.39% | - |
| HSV(B) | 340.52º | 0.56% | 0.54% | - |
| XYZ | 13.57 | 9.21 | 9.66 | - |
| YUV | 85.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 85 | 0 | 0.56 | 0.38 | 0.46 | 340.52 | 0.39 | 0.39 |
| Hex | 89 | 3C | 55 | 0 | 38 | 26 | 2E | 155 | 27 | 27 |
| Octal | 211 | 74 | 125 | 0 | 70 | 46 | 56 | 525 | 47 | 47 |
| Binary | 10001001 | 111100 | 1010101 | 0 | 111000 | 100110 | 101110 | 101010101 | 100111 | 100111 |
Color Harmonies of #893C55
Complementary color
Monochromatic Colors of #893C55
Black with #893C55
Text Example
Text Example
White with #893C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C55; }
p { color: rgb(137,60,85); }
H1.HeaderClassName
{
color: #893C55;
}
.AnyTagClassName
{
color: #893C55;
}
</style>
background-color css
<style>
a { background-color: #893C55; }
a { background-color: rgb(137,60,85); }
div.DivClassName
{
background-color: #893C55;
}
.BgClassName
{
background-color: #893C55;
}
</style>
border-color css
<style>
span { border-color: #893C55; }
span { border-color: rgb(137,60,85); }
td.TdClassName
{
border-color: #893C55;
}
.TagClassName
{
border-color: #893C55;
}
</style>