Shades of Camelot #89374C
Tints of Camelot #89374C
RGB
CMYK
RGB Variations
Color information
#89374C (or 0x89374C) is known color: Camelot. HEX triplet: 89, 37 and 4C. RGB value is (137,55,76). Sum of RGB (Red+Green+Blue) = 137+55+76=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89374C is #76C8B3. Grayscale: #515151. Windows color (decimal): -7784628 or 4994953. OLE color: 4994953.
HSL color Cylindrical-coordinate representation of color #89374C: hue angle of 344.63º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89374C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 76 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.46 |
| HSL | 344.63º | 0.43% | 0.38% | - |
| HSV(B) | 344.63º | 0.6% | 0.54% | - |
| XYZ | 12.99 | 8.57 | 7.81 | - |
| YUV | 81.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 76 | 0 | 0.60 | 0.45 | 0.46 | 344.63 | 0.43 | 0.38 |
| Hex | 89 | 37 | 4C | 0 | 3C | 2D | 2E | 159 | 2B | 26 |
| Octal | 211 | 67 | 114 | 0 | 74 | 55 | 56 | 531 | 53 | 46 |
| Binary | 10001001 | 110111 | 1001100 | 0 | 111100 | 101101 | 101110 | 101011001 | 101011 | 100110 |
Color Harmonies of #89374C
Complementary color
Monochromatic Colors of #89374C
Black with #89374C
Text Example
Text Example
White with #89374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89374C; }
p { color: rgb(137,55,76); }
H1.HeaderClassName
{
color: #89374C;
}
.AnyTagClassName
{
color: #89374C;
}
</style>
background-color css
<style>
a { background-color: #89374C; }
a { background-color: rgb(137,55,76); }
div.DivClassName
{
background-color: #89374C;
}
.BgClassName
{
background-color: #89374C;
}
</style>
border-color css
<style>
span { border-color: #89374C; }
span { border-color: rgb(137,55,76); }
td.TdClassName
{
border-color: #89374C;
}
.TagClassName
{
border-color: #89374C;
}
</style>