Shades of Camelot #894452
Tints of Camelot #894452
RGB
CMYK
RGB Variations
Color information
#894452 (or 0x894452) is known color: Camelot. HEX triplet: 89, 44 and 52. RGB value is (137,68,82). Sum of RGB (Red+Green+Blue) = 137+68+82=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894452 is #76BBAD. Grayscale: #5A5A5A. Windows color (decimal): -7781294 or 5391497. OLE color: 5391497.
HSL color Cylindrical-coordinate representation of color #894452: hue angle of 347.83º 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 #894452 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 82 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.46 |
| HSL | 347.83º | 0.34% | 0.4% | - |
| HSV(B) | 347.83º | 0.5% | 0.54% | - |
| XYZ | 13.91 | 10.06 | 9.19 | - |
| YUV | 90.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 82 | 0 | 0.50 | 0.40 | 0.46 | 347.83 | 0.34 | 0.4 |
| Hex | 89 | 44 | 52 | 0 | 32 | 28 | 2E | 15C | 22 | 28 |
| Octal | 211 | 104 | 122 | 0 | 62 | 50 | 56 | 534 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1010010 | 0 | 110010 | 101000 | 101110 | 101011100 | 100010 | 101000 |
Color Harmonies of #894452
Complementary color
Monochromatic Colors of #894452
Black with #894452
Text Example
Text Example
White with #894452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894452; }
p { color: rgb(137,68,82); }
H1.HeaderClassName
{
color: #894452;
}
.AnyTagClassName
{
color: #894452;
}
</style>
background-color css
<style>
a { background-color: #894452; }
a { background-color: rgb(137,68,82); }
div.DivClassName
{
background-color: #894452;
}
.BgClassName
{
background-color: #894452;
}
</style>
border-color css
<style>
span { border-color: #894452; }
span { border-color: rgb(137,68,82); }
td.TdClassName
{
border-color: #894452;
}
.TagClassName
{
border-color: #894452;
}
</style>