Shades of Camelot #883649
Tints of Camelot #883649
RGB
CMYK
RGB Variations
Color information
#883649 (or 0x883649) is known color: Camelot. HEX triplet: 88, 36 and 49. RGB value is (136,54,73). Sum of RGB (Red+Green+Blue) = 136+54+73=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883649 is #77C9B6. Grayscale: #505050. Windows color (decimal): -7850423 or 4798088. OLE color: 4798088.
HSL color Cylindrical-coordinate representation of color #883649: hue angle of 346.1º degrees, saturation: 0.43, 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 #883649 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 73 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.47 |
| HSL | 346.1º | 0.43% | 0.37% | - |
| HSV(B) | 346.1º | 0.6% | 0.53% | - |
| XYZ | 12.68 | 8.35 | 7.25 | - |
| YUV | 80.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 73 | 0 | 0.60 | 0.46 | 0.47 | 346.1 | 0.43 | 0.37 |
| Hex | 88 | 36 | 49 | 0 | 3C | 2E | 2F | 15A | 2B | 25 |
| Octal | 210 | 66 | 111 | 0 | 74 | 56 | 57 | 532 | 53 | 45 |
| Binary | 10001000 | 110110 | 1001001 | 0 | 111100 | 101110 | 101111 | 101011010 | 101011 | 100101 |
Color Harmonies of #883649
Complementary color
Monochromatic Colors of #883649
Black with #883649
Text Example
Text Example
White with #883649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883649; }
p { color: rgb(136,54,73); }
H1.HeaderClassName
{
color: #883649;
}
.AnyTagClassName
{
color: #883649;
}
</style>
background-color css
<style>
a { background-color: #883649; }
a { background-color: rgb(136,54,73); }
div.DivClassName
{
background-color: #883649;
}
.BgClassName
{
background-color: #883649;
}
</style>
border-color css
<style>
span { border-color: #883649; }
span { border-color: rgb(136,54,73); }
td.TdClassName
{
border-color: #883649;
}
.TagClassName
{
border-color: #883649;
}
</style>