Shades of Camelot #894453
Tints of Camelot #894453
RGB
CMYK
RGB Variations
Color information
#894453 (or 0x894453) is known color: Camelot. HEX triplet: 89, 44 and 53. RGB value is (137,68,83). Sum of RGB (Red+Green+Blue) = 137+68+83=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #894453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894453 is #76BBAC. Grayscale: #5A5A5A. Windows color (decimal): -7781293 or 5457033. OLE color: 5457033.
HSL color Cylindrical-coordinate representation of color #894453: hue angle of 346.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894453 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 83 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.46 |
| HSL | 346.96º | 0.34% | 0.4% | - |
| HSV(B) | 346.96º | 0.5% | 0.54% | - |
| XYZ | 13.94 | 10.08 | 9.39 | - |
| YUV | 90.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 83 | 0 | 0.50 | 0.39 | 0.46 | 346.96 | 0.34 | 0.4 |
| Hex | 89 | 44 | 53 | 0 | 32 | 27 | 2E | 15B | 22 | 28 |
| Octal | 211 | 104 | 123 | 0 | 62 | 47 | 56 | 533 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1010011 | 0 | 110010 | 100111 | 101110 | 101011011 | 100010 | 101000 |
Color Harmonies of #894453
Complementary color
Monochromatic Colors of #894453
Black with #894453
Text Example
Text Example
White with #894453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894453; }
p { color: rgb(137,68,83); }
H1.HeaderClassName
{
color: #894453;
}
.AnyTagClassName
{
color: #894453;
}
</style>
background-color css
<style>
a { background-color: #894453; }
a { background-color: rgb(137,68,83); }
div.DivClassName
{
background-color: #894453;
}
.BgClassName
{
background-color: #894453;
}
</style>
border-color css
<style>
span { border-color: #894453; }
span { border-color: rgb(137,68,83); }
td.TdClassName
{
border-color: #894453;
}
.TagClassName
{
border-color: #894453;
}
</style>