Shades of Camelot #893349
Tints of Camelot #893349
RGB
CMYK
RGB Variations
Color information
#893349 (or 0x893349) is known color: Camelot. HEX triplet: 89, 33 and 49. RGB value is (137,51,73). Sum of RGB (Red+Green+Blue) = 137+51+73=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #893349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893349 is #76CCB6. Grayscale: #4F4F4F. Windows color (decimal): -7785655 or 4797321. OLE color: 4797321.
HSL color Cylindrical-coordinate representation of color #893349: hue angle of 344.65º 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 #893349 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 73 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.46 |
| HSL | 344.65º | 0.46% | 0.37% | - |
| HSV(B) | 344.65º | 0.63% | 0.54% | - |
| XYZ | 12.7 | 8.17 | 7.21 | - |
| YUV | 79.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 73 | 0 | 0.63 | 0.47 | 0.46 | 344.65 | 0.46 | 0.37 |
| Hex | 89 | 33 | 49 | 0 | 3F | 2F | 2E | 159 | 2E | 25 |
| Octal | 211 | 63 | 111 | 0 | 77 | 57 | 56 | 531 | 56 | 45 |
| Binary | 10001001 | 110011 | 1001001 | 0 | 111111 | 101111 | 101110 | 101011001 | 101110 | 100101 |
Color Harmonies of #893349
Complementary color
Monochromatic Colors of #893349
Black with #893349
Text Example
Text Example
White with #893349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893349; }
p { color: rgb(137,51,73); }
H1.HeaderClassName
{
color: #893349;
}
.AnyTagClassName
{
color: #893349;
}
</style>
background-color css
<style>
a { background-color: #893349; }
a { background-color: rgb(137,51,73); }
div.DivClassName
{
background-color: #893349;
}
.BgClassName
{
background-color: #893349;
}
</style>
border-color css
<style>
span { border-color: #893349; }
span { border-color: rgb(137,51,73); }
td.TdClassName
{
border-color: #893349;
}
.TagClassName
{
border-color: #893349;
}
</style>