Shades of Camelot #883A47
Tints of Camelot #883A47
RGB
CMYK
RGB Variations
Color information
#883A47 (or 0x883A47) is known color: Camelot. HEX triplet: 88, 3A and 47. RGB value is (136,58,71). Sum of RGB (Red+Green+Blue) = 136+58+71=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A47 is #77C5B8. Grayscale: #525252. Windows color (decimal): -7849401 or 4668040. OLE color: 4668040.
HSL color Cylindrical-coordinate representation of color #883A47: hue angle of 350º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A47 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 71 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.47 |
| HSL | 350º | 0.4% | 0.38% | - |
| HSV(B) | 350º | 0.57% | 0.53% | - |
| XYZ | 12.8 | 8.72 | 6.97 | - |
| YUV | 82.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 71 | 0 | 0.57 | 0.48 | 0.47 | 350 | 0.4 | 0.38 |
| Hex | 88 | 3A | 47 | 0 | 39 | 30 | 2F | 15E | 28 | 26 |
| Octal | 210 | 72 | 107 | 0 | 71 | 60 | 57 | 536 | 50 | 46 |
| Binary | 10001000 | 111010 | 1000111 | 0 | 111001 | 110000 | 101111 | 101011110 | 101000 | 100110 |
Color Harmonies of #883A47
Complementary color
Monochromatic Colors of #883A47
Black with #883A47
Text Example
Text Example
White with #883A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A47; }
p { color: rgb(136,58,71); }
H1.HeaderClassName
{
color: #883A47;
}
.AnyTagClassName
{
color: #883A47;
}
</style>
background-color css
<style>
a { background-color: #883A47; }
a { background-color: rgb(136,58,71); }
div.DivClassName
{
background-color: #883A47;
}
.BgClassName
{
background-color: #883A47;
}
</style>
border-color css
<style>
span { border-color: #883A47; }
span { border-color: rgb(136,58,71); }
td.TdClassName
{
border-color: #883A47;
}
.TagClassName
{
border-color: #883A47;
}
</style>