Shades of Camelot #883549
Tints of Camelot #883549
RGB
CMYK
RGB Variations
Color information
#883549 (or 0x883549) is known color: Camelot. HEX triplet: 88, 35 and 49. RGB value is (136,53,73). Sum of RGB (Red+Green+Blue) = 136+53+73=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #883549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883549 is #77CAB6. Grayscale: #505050. Windows color (decimal): -7850679 or 4797832. OLE color: 4797832.
HSL color Cylindrical-coordinate representation of color #883549: hue angle of 345.54º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883549 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 73 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.47 |
| HSL | 345.54º | 0.44% | 0.37% | - |
| HSV(B) | 345.54º | 0.61% | 0.53% | - |
| XYZ | 12.63 | 8.26 | 7.23 | - |
| YUV | 80.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 73 | 0 | 0.61 | 0.46 | 0.47 | 345.54 | 0.44 | 0.37 |
| Hex | 88 | 35 | 49 | 0 | 3D | 2E | 2F | 15A | 2C | 25 |
| Octal | 210 | 65 | 111 | 0 | 75 | 56 | 57 | 532 | 54 | 45 |
| Binary | 10001000 | 110101 | 1001001 | 0 | 111101 | 101110 | 101111 | 101011010 | 101100 | 100101 |
Color Harmonies of #883549
Complementary color
Monochromatic Colors of #883549
Black with #883549
Text Example
Text Example
White with #883549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883549; }
p { color: rgb(136,53,73); }
H1.HeaderClassName
{
color: #883549;
}
.AnyTagClassName
{
color: #883549;
}
</style>
background-color css
<style>
a { background-color: #883549; }
a { background-color: rgb(136,53,73); }
div.DivClassName
{
background-color: #883549;
}
.BgClassName
{
background-color: #883549;
}
</style>
border-color css
<style>
span { border-color: #883549; }
span { border-color: rgb(136,53,73); }
td.TdClassName
{
border-color: #883549;
}
.TagClassName
{
border-color: #883549;
}
</style>