Shades of Camelot #894152
Tints of Camelot #894152
RGB
CMYK
RGB Variations
Color information
#894152 (or 0x894152) is known color: Camelot. HEX triplet: 89, 41 and 52. RGB value is (137,65,82). Sum of RGB (Red+Green+Blue) = 137+65+82=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #894152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894152 is #76BEAD. Grayscale: #585858. Windows color (decimal): -7782062 or 5390729. OLE color: 5390729.
HSL color Cylindrical-coordinate representation of color #894152: hue angle of 345.83º 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 #894152 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 82 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.46 |
| HSL | 345.83º | 0.36% | 0.4% | - |
| HSV(B) | 345.83º | 0.53% | 0.54% | - |
| XYZ | 13.73 | 9.71 | 9.13 | - |
| YUV | 88.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 82 | 0 | 0.53 | 0.40 | 0.46 | 345.83 | 0.36 | 0.4 |
| Hex | 89 | 41 | 52 | 0 | 35 | 28 | 2E | 15A | 24 | 28 |
| Octal | 211 | 101 | 122 | 0 | 65 | 50 | 56 | 532 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1010010 | 0 | 110101 | 101000 | 101110 | 101011010 | 100100 | 101000 |
Color Harmonies of #894152
Complementary color
Monochromatic Colors of #894152
Black with #894152
Text Example
Text Example
White with #894152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894152; }
p { color: rgb(137,65,82); }
H1.HeaderClassName
{
color: #894152;
}
.AnyTagClassName
{
color: #894152;
}
</style>
background-color css
<style>
a { background-color: #894152; }
a { background-color: rgb(137,65,82); }
div.DivClassName
{
background-color: #894152;
}
.BgClassName
{
background-color: #894152;
}
</style>
border-color css
<style>
span { border-color: #894152; }
span { border-color: rgb(137,65,82); }
td.TdClassName
{
border-color: #894152;
}
.TagClassName
{
border-color: #894152;
}
</style>