Shades of Camelot #894455
Tints of Camelot #894455
RGB
CMYK
RGB Variations
Color information
#894455 (or 0x894455) is known color: Camelot. HEX triplet: 89, 44 and 55. RGB value is (137,68,85). Sum of RGB (Red+Green+Blue) = 137+68+85=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894455 is #76BBAA. Grayscale: #5A5A5A. Windows color (decimal): -7781291 or 5588105. OLE color: 5588105.
HSL color Cylindrical-coordinate representation of color #894455: hue angle of 345.22º 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 #894455 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 85 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.46 |
| HSL | 345.22º | 0.34% | 0.4% | - |
| HSV(B) | 345.22º | 0.5% | 0.54% | - |
| XYZ | 14.02 | 10.11 | 9.81 | - |
| YUV | 90.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 85 | 0 | 0.50 | 0.38 | 0.46 | 345.22 | 0.34 | 0.4 |
| Hex | 89 | 44 | 55 | 0 | 32 | 26 | 2E | 159 | 22 | 28 |
| Octal | 211 | 104 | 125 | 0 | 62 | 46 | 56 | 531 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1010101 | 0 | 110010 | 100110 | 101110 | 101011001 | 100010 | 101000 |
Color Harmonies of #894455
Complementary color
Monochromatic Colors of #894455
Black with #894455
Text Example
Text Example
White with #894455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894455; }
p { color: rgb(137,68,85); }
H1.HeaderClassName
{
color: #894455;
}
.AnyTagClassName
{
color: #894455;
}
</style>
background-color css
<style>
a { background-color: #894455; }
a { background-color: rgb(137,68,85); }
div.DivClassName
{
background-color: #894455;
}
.BgClassName
{
background-color: #894455;
}
</style>
border-color css
<style>
span { border-color: #894455; }
span { border-color: rgb(137,68,85); }
td.TdClassName
{
border-color: #894455;
}
.TagClassName
{
border-color: #894455;
}
</style>