Shades of Camelot #883749
Tints of Camelot #883749
RGB
CMYK
RGB Variations
Color information
#883749 (or 0x883749) is known color: Camelot. HEX triplet: 88, 37 and 49. RGB value is (136,55,73). Sum of RGB (Red+Green+Blue) = 136+55+73=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #883749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883749 is #77C8B6. Grayscale: #515151. Windows color (decimal): -7850167 or 4798344. OLE color: 4798344.
HSL color Cylindrical-coordinate representation of color #883749: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883749 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 73 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.47 |
| HSL | 346.67º | 0.42% | 0.37% | - |
| HSV(B) | 346.67º | 0.6% | 0.53% | - |
| XYZ | 12.72 | 8.45 | 7.26 | - |
| YUV | 81.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 73 | 0 | 0.60 | 0.46 | 0.47 | 346.67 | 0.42 | 0.37 |
| Hex | 88 | 37 | 49 | 0 | 3C | 2E | 2F | 15B | 2A | 25 |
| Octal | 210 | 67 | 111 | 0 | 74 | 56 | 57 | 533 | 52 | 45 |
| Binary | 10001000 | 110111 | 1001001 | 0 | 111100 | 101110 | 101111 | 101011011 | 101010 | 100101 |
Color Harmonies of #883749
Complementary color
Monochromatic Colors of #883749
Black with #883749
Text Example
Text Example
White with #883749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883749; }
p { color: rgb(136,55,73); }
H1.HeaderClassName
{
color: #883749;
}
.AnyTagClassName
{
color: #883749;
}
</style>
background-color css
<style>
a { background-color: #883749; }
a { background-color: rgb(136,55,73); }
div.DivClassName
{
background-color: #883749;
}
.BgClassName
{
background-color: #883749;
}
</style>
border-color css
<style>
span { border-color: #883749; }
span { border-color: rgb(136,55,73); }
td.TdClassName
{
border-color: #883749;
}
.TagClassName
{
border-color: #883749;
}
</style>