Shades of Camelot #883849
Tints of Camelot #883849
RGB
CMYK
RGB Variations
Color information
#883849 (or 0x883849) is known color: Camelot. HEX triplet: 88, 38 and 49. RGB value is (136,56,73). Sum of RGB (Red+Green+Blue) = 136+56+73=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883849 is #77C7B6. Grayscale: #515151. Windows color (decimal): -7849911 or 4798600. OLE color: 4798600.
HSL color Cylindrical-coordinate representation of color #883849: hue angle of 347.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883849 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 73 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.47 |
| HSL | 347.25º | 0.42% | 0.38% | - |
| HSV(B) | 347.25º | 0.59% | 0.53% | - |
| XYZ | 12.77 | 8.54 | 7.28 | - |
| YUV | 81.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 73 | 0 | 0.59 | 0.46 | 0.47 | 347.25 | 0.42 | 0.38 |
| Hex | 88 | 38 | 49 | 0 | 3B | 2E | 2F | 15B | 2A | 26 |
| Octal | 210 | 70 | 111 | 0 | 73 | 56 | 57 | 533 | 52 | 46 |
| Binary | 10001000 | 111000 | 1001001 | 0 | 111011 | 101110 | 101111 | 101011011 | 101010 | 100110 |
Color Harmonies of #883849
Complementary color
Monochromatic Colors of #883849
Black with #883849
Text Example
Text Example
White with #883849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883849; }
p { color: rgb(136,56,73); }
H1.HeaderClassName
{
color: #883849;
}
.AnyTagClassName
{
color: #883849;
}
</style>
background-color css
<style>
a { background-color: #883849; }
a { background-color: rgb(136,56,73); }
div.DivClassName
{
background-color: #883849;
}
.BgClassName
{
background-color: #883849;
}
</style>
border-color css
<style>
span { border-color: #883849; }
span { border-color: rgb(136,56,73); }
td.TdClassName
{
border-color: #883849;
}
.TagClassName
{
border-color: #883849;
}
</style>