Shades of Camelot #89374B
Tints of Camelot #89374B
RGB
CMYK
RGB Variations
Color information
#89374B (or 0x89374B) is known color: Camelot. HEX triplet: 89, 37 and 4B. RGB value is (137,55,75). Sum of RGB (Red+Green+Blue) = 137+55+75=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89374B is #76C8B4. Grayscale: #515151. Windows color (decimal): -7784629 or 4929417. OLE color: 4929417.
HSL color Cylindrical-coordinate representation of color #89374B: hue angle of 345.37º 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 #89374B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 75 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.46 |
| HSL | 345.37º | 0.43% | 0.38% | - |
| HSV(B) | 345.37º | 0.6% | 0.54% | - |
| XYZ | 12.95 | 8.56 | 7.63 | - |
| YUV | 81.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 75 | 0 | 0.60 | 0.45 | 0.46 | 345.37 | 0.43 | 0.38 |
| Hex | 89 | 37 | 4B | 0 | 3C | 2D | 2E | 159 | 2B | 26 |
| Octal | 211 | 67 | 113 | 0 | 74 | 55 | 56 | 531 | 53 | 46 |
| Binary | 10001001 | 110111 | 1001011 | 0 | 111100 | 101101 | 101110 | 101011001 | 101011 | 100110 |
Color Harmonies of #89374B
Complementary color
Monochromatic Colors of #89374B
Black with #89374B
Text Example
Text Example
White with #89374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89374B; }
p { color: rgb(137,55,75); }
H1.HeaderClassName
{
color: #89374B;
}
.AnyTagClassName
{
color: #89374B;
}
</style>
background-color css
<style>
a { background-color: #89374B; }
a { background-color: rgb(137,55,75); }
div.DivClassName
{
background-color: #89374B;
}
.BgClassName
{
background-color: #89374B;
}
</style>
border-color css
<style>
span { border-color: #89374B; }
span { border-color: rgb(137,55,75); }
td.TdClassName
{
border-color: #89374B;
}
.TagClassName
{
border-color: #89374B;
}
</style>