Shades of Camelot #894258
Tints of Camelot #894258
RGB
CMYK
RGB Variations
Color information
#894258 (or 0x894258) is known color: Camelot. HEX triplet: 89, 42 and 58. RGB value is (137,66,88). Sum of RGB (Red+Green+Blue) = 137+66+88=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894258 is #76BDA7. Grayscale: #595959. Windows color (decimal): -7781800 or 5784201. OLE color: 5784201.
HSL color Cylindrical-coordinate representation of color #894258: hue angle of 341.41º 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 #894258 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 88 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.46 |
| HSL | 341.41º | 0.35% | 0.4% | - |
| HSV(B) | 341.41º | 0.52% | 0.54% | - |
| XYZ | 14.03 | 9.92 | 10.41 | - |
| YUV | 89.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 88 | 0 | 0.52 | 0.36 | 0.46 | 341.41 | 0.35 | 0.4 |
| Hex | 89 | 42 | 58 | 0 | 34 | 24 | 2E | 155 | 23 | 28 |
| Octal | 211 | 102 | 130 | 0 | 64 | 44 | 56 | 525 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1011000 | 0 | 110100 | 100100 | 101110 | 101010101 | 100011 | 101000 |
Color Harmonies of #894258
Complementary color
Monochromatic Colors of #894258
Black with #894258
Text Example
Text Example
White with #894258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894258; }
p { color: rgb(137,66,88); }
H1.HeaderClassName
{
color: #894258;
}
.AnyTagClassName
{
color: #894258;
}
</style>
background-color css
<style>
a { background-color: #894258; }
a { background-color: rgb(137,66,88); }
div.DivClassName
{
background-color: #894258;
}
.BgClassName
{
background-color: #894258;
}
</style>
border-color css
<style>
span { border-color: #894258; }
span { border-color: rgb(137,66,88); }
td.TdClassName
{
border-color: #894258;
}
.TagClassName
{
border-color: #894258;
}
</style>