Shades of Camelot #893145
Tints of Camelot #893145
RGB
CMYK
RGB Variations
Color information
#893145 (or 0x893145) is known color: Camelot. HEX triplet: 89, 31 and 45. RGB value is (137,49,69). Sum of RGB (Red+Green+Blue) = 137+49+69=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893145 is #76CEBA. Grayscale: #4D4D4D. Windows color (decimal): -7786171 or 4534665. OLE color: 4534665.
HSL color Cylindrical-coordinate representation of color #893145: hue angle of 346.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893145 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 69 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.46 |
| HSL | 346.36º | 0.47% | 0.36% | - |
| HSV(B) | 346.36º | 0.64% | 0.54% | - |
| XYZ | 12.49 | 7.94 | 6.51 | - |
| YUV | 77.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 69 | 0 | 0.64 | 0.50 | 0.46 | 346.36 | 0.47 | 0.36 |
| Hex | 89 | 31 | 45 | 0 | 40 | 32 | 2E | 15A | 2F | 24 |
| Octal | 211 | 61 | 105 | 0 | 100 | 62 | 56 | 532 | 57 | 44 |
| Binary | 10001001 | 110001 | 1000101 | 0 | 1000000 | 110010 | 101110 | 101011010 | 101111 | 100100 |
Color Harmonies of #893145
Complementary color
Monochromatic Colors of #893145
Black with #893145
Text Example
Text Example
White with #893145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893145; }
p { color: rgb(137,49,69); }
H1.HeaderClassName
{
color: #893145;
}
.AnyTagClassName
{
color: #893145;
}
</style>
background-color css
<style>
a { background-color: #893145; }
a { background-color: rgb(137,49,69); }
div.DivClassName
{
background-color: #893145;
}
.BgClassName
{
background-color: #893145;
}
</style>
border-color css
<style>
span { border-color: #893145; }
span { border-color: rgb(137,49,69); }
td.TdClassName
{
border-color: #893145;
}
.TagClassName
{
border-color: #893145;
}
</style>