Shades of Camelot #894050
Tints of Camelot #894050
RGB
CMYK
RGB Variations
Color information
#894050 (or 0x894050) is known color: Camelot. HEX triplet: 89, 40 and 50. RGB value is (137,64,80). Sum of RGB (Red+Green+Blue) = 137+64+80=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894050 is #76BFAF. Grayscale: #575757. Windows color (decimal): -7782320 or 5259401. OLE color: 5259401.
HSL color Cylindrical-coordinate representation of color #894050: hue angle of 346.85º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894050 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 80 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.46 |
| HSL | 346.85º | 0.36% | 0.39% | - |
| HSV(B) | 346.85º | 0.53% | 0.54% | - |
| XYZ | 13.6 | 9.56 | 8.72 | - |
| YUV | 87.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 80 | 0 | 0.53 | 0.42 | 0.46 | 346.85 | 0.36 | 0.39 |
| Hex | 89 | 40 | 50 | 0 | 35 | 2A | 2E | 15B | 24 | 27 |
| Octal | 211 | 100 | 120 | 0 | 65 | 52 | 56 | 533 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1010000 | 0 | 110101 | 101010 | 101110 | 101011011 | 100100 | 100111 |
Color Harmonies of #894050
Complementary color
Monochromatic Colors of #894050
Black with #894050
Text Example
Text Example
White with #894050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894050; }
p { color: rgb(137,64,80); }
H1.HeaderClassName
{
color: #894050;
}
.AnyTagClassName
{
color: #894050;
}
</style>
background-color css
<style>
a { background-color: #894050; }
a { background-color: rgb(137,64,80); }
div.DivClassName
{
background-color: #894050;
}
.BgClassName
{
background-color: #894050;
}
</style>
border-color css
<style>
span { border-color: #894050; }
span { border-color: rgb(137,64,80); }
td.TdClassName
{
border-color: #894050;
}
.TagClassName
{
border-color: #894050;
}
</style>