Shades of Camelot #883C49
Tints of Camelot #883C49
RGB
CMYK
RGB Variations
Color information
#883C49 (or 0x883C49) is known color: Camelot. HEX triplet: 88, 3C and 49. RGB value is (136,60,73). Sum of RGB (Red+Green+Blue) = 136+60+73=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C49 is #77C3B6. Grayscale: #545454. Windows color (decimal): -7848887 or 4799624. OLE color: 4799624.
HSL color Cylindrical-coordinate representation of color #883C49: hue angle of 349.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C49 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 73 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.47 |
| HSL | 349.74º | 0.39% | 0.38% | - |
| HSV(B) | 349.74º | 0.56% | 0.53% | - |
| XYZ | 12.97 | 8.95 | 7.35 | - |
| YUV | 84.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 73 | 0 | 0.56 | 0.46 | 0.47 | 349.74 | 0.39 | 0.38 |
| Hex | 88 | 3C | 49 | 0 | 38 | 2E | 2F | 15E | 27 | 26 |
| Octal | 210 | 74 | 111 | 0 | 70 | 56 | 57 | 536 | 47 | 46 |
| Binary | 10001000 | 111100 | 1001001 | 0 | 111000 | 101110 | 101111 | 101011110 | 100111 | 100110 |
Color Harmonies of #883C49
Complementary color
Monochromatic Colors of #883C49
Black with #883C49
Text Example
Text Example
White with #883C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C49; }
p { color: rgb(136,60,73); }
H1.HeaderClassName
{
color: #883C49;
}
.AnyTagClassName
{
color: #883C49;
}
</style>
background-color css
<style>
a { background-color: #883C49; }
a { background-color: rgb(136,60,73); }
div.DivClassName
{
background-color: #883C49;
}
.BgClassName
{
background-color: #883C49;
}
</style>
border-color css
<style>
span { border-color: #883C49; }
span { border-color: rgb(136,60,73); }
td.TdClassName
{
border-color: #883C49;
}
.TagClassName
{
border-color: #883C49;
}
</style>