Shades of Camelot #893248
Tints of Camelot #893248
RGB
CMYK
RGB Variations
Color information
#893248 (or 0x893248) is known color: Camelot. HEX triplet: 89, 32 and 48. RGB value is (137,50,72). Sum of RGB (Red+Green+Blue) = 137+50+72=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893248 is #76CDB7. Grayscale: #4E4E4E. Windows color (decimal): -7785912 or 4731529. OLE color: 4731529.
HSL color Cylindrical-coordinate representation of color #893248: hue angle of 344.83º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893248 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 72 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.46 |
| HSL | 344.83º | 0.47% | 0.37% | - |
| HSV(B) | 344.83º | 0.64% | 0.54% | - |
| XYZ | 12.63 | 8.07 | 7.02 | - |
| YUV | 78.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 72 | 0 | 0.64 | 0.47 | 0.46 | 344.83 | 0.47 | 0.37 |
| Hex | 89 | 32 | 48 | 0 | 40 | 2F | 2E | 159 | 2F | 25 |
| Octal | 211 | 62 | 110 | 0 | 100 | 57 | 56 | 531 | 57 | 45 |
| Binary | 10001001 | 110010 | 1001000 | 0 | 1000000 | 101111 | 101110 | 101011001 | 101111 | 100101 |
Color Harmonies of #893248
Complementary color
Monochromatic Colors of #893248
Black with #893248
Text Example
Text Example
White with #893248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893248; }
p { color: rgb(137,50,72); }
H1.HeaderClassName
{
color: #893248;
}
.AnyTagClassName
{
color: #893248;
}
</style>
background-color css
<style>
a { background-color: #893248; }
a { background-color: rgb(137,50,72); }
div.DivClassName
{
background-color: #893248;
}
.BgClassName
{
background-color: #893248;
}
</style>
border-color css
<style>
span { border-color: #893248; }
span { border-color: rgb(137,50,72); }
td.TdClassName
{
border-color: #893248;
}
.TagClassName
{
border-color: #893248;
}
</style>