Shades of Camelot #894253
Tints of Camelot #894253
RGB
CMYK
RGB Variations
Color information
#894253 (or 0x894253) is known color: Camelot. HEX triplet: 89, 42 and 53. RGB value is (137,66,83). Sum of RGB (Red+Green+Blue) = 137+66+83=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #894253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894253 is #76BDAC. Grayscale: #595959. Windows color (decimal): -7781805 or 5456521. OLE color: 5456521.
HSL color Cylindrical-coordinate representation of color #894253: hue angle of 345.63º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894253 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 83 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.46 |
| HSL | 345.63º | 0.35% | 0.4% | - |
| HSV(B) | 345.63º | 0.52% | 0.54% | - |
| XYZ | 13.83 | 9.84 | 9.35 | - |
| YUV | 89.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 83 | 0 | 0.52 | 0.39 | 0.46 | 345.63 | 0.35 | 0.4 |
| Hex | 89 | 42 | 53 | 0 | 34 | 27 | 2E | 15A | 23 | 28 |
| Octal | 211 | 102 | 123 | 0 | 64 | 47 | 56 | 532 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1010011 | 0 | 110100 | 100111 | 101110 | 101011010 | 100011 | 101000 |
Color Harmonies of #894253
Complementary color
Monochromatic Colors of #894253
Black with #894253
Text Example
Text Example
White with #894253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894253; }
p { color: rgb(137,66,83); }
H1.HeaderClassName
{
color: #894253;
}
.AnyTagClassName
{
color: #894253;
}
</style>
background-color css
<style>
a { background-color: #894253; }
a { background-color: rgb(137,66,83); }
div.DivClassName
{
background-color: #894253;
}
.BgClassName
{
background-color: #894253;
}
</style>
border-color css
<style>
span { border-color: #894253; }
span { border-color: rgb(137,66,83); }
td.TdClassName
{
border-color: #894253;
}
.TagClassName
{
border-color: #894253;
}
</style>