Shades of Camelot #883B49
Tints of Camelot #883B49
RGB
CMYK
RGB Variations
Color information
#883B49 (or 0x883B49) is known color: Camelot. HEX triplet: 88, 3B and 49. RGB value is (136,59,73). Sum of RGB (Red+Green+Blue) = 136+59+73=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #883B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B49 is #77C4B6. Grayscale: #535353. Windows color (decimal): -7849143 or 4799368. OLE color: 4799368.
HSL color Cylindrical-coordinate representation of color #883B49: hue angle of 349.09º degrees, saturation: 0.39, 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 #883B49 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 73 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.47 |
| HSL | 349.09º | 0.39% | 0.38% | - |
| HSV(B) | 349.09º | 0.57% | 0.53% | - |
| XYZ | 12.92 | 8.84 | 7.33 | - |
| YUV | 83.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 73 | 0 | 0.57 | 0.46 | 0.47 | 349.09 | 0.39 | 0.38 |
| Hex | 88 | 3B | 49 | 0 | 39 | 2E | 2F | 15D | 27 | 26 |
| Octal | 210 | 73 | 111 | 0 | 71 | 56 | 57 | 535 | 47 | 46 |
| Binary | 10001000 | 111011 | 1001001 | 0 | 111001 | 101110 | 101111 | 101011101 | 100111 | 100110 |
Color Harmonies of #883B49
Complementary color
Monochromatic Colors of #883B49
Black with #883B49
Text Example
Text Example
White with #883B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B49; }
p { color: rgb(136,59,73); }
H1.HeaderClassName
{
color: #883B49;
}
.AnyTagClassName
{
color: #883B49;
}
</style>
background-color css
<style>
a { background-color: #883B49; }
a { background-color: rgb(136,59,73); }
div.DivClassName
{
background-color: #883B49;
}
.BgClassName
{
background-color: #883B49;
}
</style>
border-color css
<style>
span { border-color: #883B49; }
span { border-color: rgb(136,59,73); }
td.TdClassName
{
border-color: #883B49;
}
.TagClassName
{
border-color: #883B49;
}
</style>