Shades of Camelot #893C48
Tints of Camelot #893C48
RGB
CMYK
RGB Variations
Color information
#893C48 (or 0x893C48) is known color: Camelot. HEX triplet: 89, 3C and 48. RGB value is (137,60,72). Sum of RGB (Red+Green+Blue) = 137+60+72=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C48 is #76C3B7. Grayscale: #545454. Windows color (decimal): -7783352 or 4734089. OLE color: 4734089.
HSL color Cylindrical-coordinate representation of color #893C48: hue angle of 350.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C48 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 72 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.46 |
| HSL | 350.65º | 0.39% | 0.39% | - |
| HSV(B) | 350.65º | 0.56% | 0.54% | - |
| XYZ | 13.1 | 9.02 | 7.18 | - |
| YUV | 84.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 72 | 0 | 0.56 | 0.47 | 0.46 | 350.65 | 0.39 | 0.39 |
| Hex | 89 | 3C | 48 | 0 | 38 | 2F | 2E | 15F | 27 | 27 |
| Octal | 211 | 74 | 110 | 0 | 70 | 57 | 56 | 537 | 47 | 47 |
| Binary | 10001001 | 111100 | 1001000 | 0 | 111000 | 101111 | 101110 | 101011111 | 100111 | 100111 |
Color Harmonies of #893C48
Complementary color
Monochromatic Colors of #893C48
Black with #893C48
Text Example
Text Example
White with #893C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C48; }
p { color: rgb(137,60,72); }
H1.HeaderClassName
{
color: #893C48;
}
.AnyTagClassName
{
color: #893C48;
}
</style>
background-color css
<style>
a { background-color: #893C48; }
a { background-color: rgb(137,60,72); }
div.DivClassName
{
background-color: #893C48;
}
.BgClassName
{
background-color: #893C48;
}
</style>
border-color css
<style>
span { border-color: #893C48; }
span { border-color: rgb(137,60,72); }
td.TdClassName
{
border-color: #893C48;
}
.TagClassName
{
border-color: #893C48;
}
</style>