Shades of Camelot #89364D
Tints of Camelot #89364D
RGB
CMYK
RGB Variations
Color information
#89364D (or 0x89364D) is known color: Camelot. HEX triplet: 89, 36 and 4D. RGB value is (137,54,77). Sum of RGB (Red+Green+Blue) = 137+54+77=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89364D is #76C9B2. Grayscale: #515151. Windows color (decimal): -7784883 or 5060233. OLE color: 5060233.
HSL color Cylindrical-coordinate representation of color #89364D: hue angle of 343.37º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89364D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 77 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.46 |
| HSL | 343.37º | 0.43% | 0.37% | - |
| HSV(B) | 343.37º | 0.61% | 0.54% | - |
| XYZ | 12.98 | 8.49 | 7.98 | - |
| YUV | 81.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 77 | 0 | 0.61 | 0.44 | 0.46 | 343.37 | 0.43 | 0.37 |
| Hex | 89 | 36 | 4D | 0 | 3D | 2C | 2E | 157 | 2B | 25 |
| Octal | 211 | 66 | 115 | 0 | 75 | 54 | 56 | 527 | 53 | 45 |
| Binary | 10001001 | 110110 | 1001101 | 0 | 111101 | 101100 | 101110 | 101010111 | 101011 | 100101 |
Color Harmonies of #89364D
Complementary color
Monochromatic Colors of #89364D
Black with #89364D
Text Example
Text Example
White with #89364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89364D; }
p { color: rgb(137,54,77); }
H1.HeaderClassName
{
color: #89364D;
}
.AnyTagClassName
{
color: #89364D;
}
</style>
background-color css
<style>
a { background-color: #89364D; }
a { background-color: rgb(137,54,77); }
div.DivClassName
{
background-color: #89364D;
}
.BgClassName
{
background-color: #89364D;
}
</style>
border-color css
<style>
span { border-color: #89364D; }
span { border-color: rgb(137,54,77); }
td.TdClassName
{
border-color: #89364D;
}
.TagClassName
{
border-color: #89364D;
}
</style>