Shades of Camelot #89404C
Tints of Camelot #89404C
RGB
CMYK
RGB Variations
Color information
#89404C (or 0x89404C) is known color: Camelot. HEX triplet: 89, 40 and 4C. RGB value is (137,64,76). Sum of RGB (Red+Green+Blue) = 137+64+76=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89404C is #76BFB3. Grayscale: #575757. Windows color (decimal): -7782324 or 4997257. OLE color: 4997257.
HSL color Cylindrical-coordinate representation of color #89404C: hue angle of 350.14º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89404C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 76 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.46 |
| HSL | 350.14º | 0.36% | 0.39% | - |
| HSV(B) | 350.14º | 0.53% | 0.54% | - |
| XYZ | 13.45 | 9.51 | 7.96 | - |
| YUV | 87.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 76 | 0 | 0.53 | 0.45 | 0.46 | 350.14 | 0.36 | 0.39 |
| Hex | 89 | 40 | 4C | 0 | 35 | 2D | 2E | 15E | 24 | 27 |
| Octal | 211 | 100 | 114 | 0 | 65 | 55 | 56 | 536 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1001100 | 0 | 110101 | 101101 | 101110 | 101011110 | 100100 | 100111 |
Color Harmonies of #89404C
Complementary color
Monochromatic Colors of #89404C
Black with #89404C
Text Example
Text Example
White with #89404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89404C; }
p { color: rgb(137,64,76); }
H1.HeaderClassName
{
color: #89404C;
}
.AnyTagClassName
{
color: #89404C;
}
</style>
background-color css
<style>
a { background-color: #89404C; }
a { background-color: rgb(137,64,76); }
div.DivClassName
{
background-color: #89404C;
}
.BgClassName
{
background-color: #89404C;
}
</style>
border-color css
<style>
span { border-color: #89404C; }
span { border-color: rgb(137,64,76); }
td.TdClassName
{
border-color: #89404C;
}
.TagClassName
{
border-color: #89404C;
}
</style>