Shades of Camelot #89334A
Tints of Camelot #89334A
RGB
CMYK
RGB Variations
Color information
#89334A (or 0x89334A) is known color: Camelot. HEX triplet: 89, 33 and 4A. RGB value is (137,51,74). Sum of RGB (Red+Green+Blue) = 137+51+74=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89334A is #76CCB5. Grayscale: #4F4F4F. Windows color (decimal): -7785654 or 4862857. OLE color: 4862857.
HSL color Cylindrical-coordinate representation of color #89334A: hue angle of 343.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89334A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 74 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.46 |
| HSL | 343.95º | 0.46% | 0.37% | - |
| HSV(B) | 343.95º | 0.63% | 0.54% | - |
| XYZ | 12.74 | 8.18 | 7.39 | - |
| YUV | 79.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 74 | 0 | 0.63 | 0.46 | 0.46 | 343.95 | 0.46 | 0.37 |
| Hex | 89 | 33 | 4A | 0 | 3F | 2E | 2E | 158 | 2E | 25 |
| Octal | 211 | 63 | 112 | 0 | 77 | 56 | 56 | 530 | 56 | 45 |
| Binary | 10001001 | 110011 | 1001010 | 0 | 111111 | 101110 | 101110 | 101011000 | 101110 | 100101 |
Color Harmonies of #89334A
Complementary color
Monochromatic Colors of #89334A
Black with #89334A
Text Example
Text Example
White with #89334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89334A; }
p { color: rgb(137,51,74); }
H1.HeaderClassName
{
color: #89334A;
}
.AnyTagClassName
{
color: #89334A;
}
</style>
background-color css
<style>
a { background-color: #89334A; }
a { background-color: rgb(137,51,74); }
div.DivClassName
{
background-color: #89334A;
}
.BgClassName
{
background-color: #89334A;
}
</style>
border-color css
<style>
span { border-color: #89334A; }
span { border-color: rgb(137,51,74); }
td.TdClassName
{
border-color: #89334A;
}
.TagClassName
{
border-color: #89334A;
}
</style>