Shades of Camelot #894155
Tints of Camelot #894155
RGB
CMYK
RGB Variations
Color information
#894155 (or 0x894155) is known color: Camelot. HEX triplet: 89, 41 and 55. RGB value is (137,65,85). Sum of RGB (Red+Green+Blue) = 137+65+85=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894155 is #76BEAA. Grayscale: #585858. Windows color (decimal): -7782059 or 5587337. OLE color: 5587337.
HSL color Cylindrical-coordinate representation of color #894155: hue angle of 343.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894155 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 85 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.46 |
| HSL | 343.33º | 0.36% | 0.4% | - |
| HSV(B) | 343.33º | 0.53% | 0.54% | - |
| XYZ | 13.85 | 9.75 | 9.75 | - |
| YUV | 88.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 85 | 0 | 0.53 | 0.38 | 0.46 | 343.33 | 0.36 | 0.4 |
| Hex | 89 | 41 | 55 | 0 | 35 | 26 | 2E | 157 | 24 | 28 |
| Octal | 211 | 101 | 125 | 0 | 65 | 46 | 56 | 527 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1010101 | 0 | 110101 | 100110 | 101110 | 101010111 | 100100 | 101000 |
Color Harmonies of #894155
Complementary color
Monochromatic Colors of #894155
Black with #894155
Text Example
Text Example
White with #894155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894155; }
p { color: rgb(137,65,85); }
H1.HeaderClassName
{
color: #894155;
}
.AnyTagClassName
{
color: #894155;
}
</style>
background-color css
<style>
a { background-color: #894155; }
a { background-color: rgb(137,65,85); }
div.DivClassName
{
background-color: #894155;
}
.BgClassName
{
background-color: #894155;
}
</style>
border-color css
<style>
span { border-color: #894155; }
span { border-color: rgb(137,65,85); }
td.TdClassName
{
border-color: #894155;
}
.TagClassName
{
border-color: #894155;
}
</style>