Shades of Camelot #893348
Tints of Camelot #893348
RGB
CMYK
RGB Variations
Color information
#893348 (or 0x893348) is known color: Camelot. HEX triplet: 89, 33 and 48. RGB value is (137,51,72). Sum of RGB (Red+Green+Blue) = 137+51+72=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893348 is #76CCB7. Grayscale: #4F4F4F. Windows color (decimal): -7785656 or 4731785. OLE color: 4731785.
HSL color Cylindrical-coordinate representation of color #893348: hue angle of 345.35º 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 #893348 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 72 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.46 |
| HSL | 345.35º | 0.46% | 0.37% | - |
| HSV(B) | 345.35º | 0.63% | 0.54% | - |
| XYZ | 12.67 | 8.15 | 7.04 | - |
| YUV | 79.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 72 | 0 | 0.63 | 0.47 | 0.46 | 345.35 | 0.46 | 0.37 |
| Hex | 89 | 33 | 48 | 0 | 3F | 2F | 2E | 159 | 2E | 25 |
| Octal | 211 | 63 | 110 | 0 | 77 | 57 | 56 | 531 | 56 | 45 |
| Binary | 10001001 | 110011 | 1001000 | 0 | 111111 | 101111 | 101110 | 101011001 | 101110 | 100101 |
Color Harmonies of #893348
Complementary color
Monochromatic Colors of #893348
Black with #893348
Text Example
Text Example
White with #893348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893348; }
p { color: rgb(137,51,72); }
H1.HeaderClassName
{
color: #893348;
}
.AnyTagClassName
{
color: #893348;
}
</style>
background-color css
<style>
a { background-color: #893348; }
a { background-color: rgb(137,51,72); }
div.DivClassName
{
background-color: #893348;
}
.BgClassName
{
background-color: #893348;
}
</style>
border-color css
<style>
span { border-color: #893348; }
span { border-color: rgb(137,51,72); }
td.TdClassName
{
border-color: #893348;
}
.TagClassName
{
border-color: #893348;
}
</style>