Shades of Camelot #893E4E
Tints of Camelot #893E4E
RGB
CMYK
RGB Variations
Color information
#893E4E (or 0x893E4E) is known color: Camelot. HEX triplet: 89, 3E and 4E. RGB value is (137,62,78). Sum of RGB (Red+Green+Blue) = 137+62+78=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #893E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E4E is #76C1B1. Grayscale: #565656. Windows color (decimal): -7782834 or 5127817. OLE color: 5127817.
HSL color Cylindrical-coordinate representation of color #893E4E: hue angle of 347.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E4E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 78 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.46 |
| HSL | 347.2º | 0.38% | 0.39% | - |
| HSV(B) | 347.2º | 0.55% | 0.54% | - |
| XYZ | 13.41 | 9.31 | 8.3 | - |
| YUV | 86.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 78 | 0 | 0.55 | 0.43 | 0.46 | 347.2 | 0.38 | 0.39 |
| Hex | 89 | 3E | 4E | 0 | 37 | 2B | 2E | 15B | 26 | 27 |
| Octal | 211 | 76 | 116 | 0 | 67 | 53 | 56 | 533 | 46 | 47 |
| Binary | 10001001 | 111110 | 1001110 | 0 | 110111 | 101011 | 101110 | 101011011 | 100110 | 100111 |
Color Harmonies of #893E4E
Complementary color
Monochromatic Colors of #893E4E
Black with #893E4E
Text Example
Text Example
White with #893E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E4E; }
p { color: rgb(137,62,78); }
H1.HeaderClassName
{
color: #893E4E;
}
.AnyTagClassName
{
color: #893E4E;
}
</style>
background-color css
<style>
a { background-color: #893E4E; }
a { background-color: rgb(137,62,78); }
div.DivClassName
{
background-color: #893E4E;
}
.BgClassName
{
background-color: #893E4E;
}
</style>
border-color css
<style>
span { border-color: #893E4E; }
span { border-color: rgb(137,62,78); }
td.TdClassName
{
border-color: #893E4E;
}
.TagClassName
{
border-color: #893E4E;
}
</style>