Shades of Camelot #883643
Tints of Camelot #883643
RGB
CMYK
RGB Variations
Color information
#883643 (or 0x883643) is known color: Camelot. HEX triplet: 88, 36 and 43. RGB value is (136,54,67). Sum of RGB (Red+Green+Blue) = 136+54+67=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883643 is #77C9BC. Grayscale: #505050. Windows color (decimal): -7850429 or 4404872. OLE color: 4404872.
HSL color Cylindrical-coordinate representation of color #883643: hue angle of 350.49º 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 #883643 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 67 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.47 |
| HSL | 350.49º | 0.43% | 0.37% | - |
| HSV(B) | 350.49º | 0.6% | 0.53% | - |
| XYZ | 12.49 | 8.28 | 6.25 | - |
| YUV | 80 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 67 | 0 | 0.60 | 0.51 | 0.47 | 350.49 | 0.43 | 0.37 |
| Hex | 88 | 36 | 43 | 0 | 3C | 33 | 2F | 15E | 2B | 25 |
| Octal | 210 | 66 | 103 | 0 | 74 | 63 | 57 | 536 | 53 | 45 |
| Binary | 10001000 | 110110 | 1000011 | 0 | 111100 | 110011 | 101111 | 101011110 | 101011 | 100101 |
Color Harmonies of #883643
Complementary color
Monochromatic Colors of #883643
Black with #883643
Text Example
Text Example
White with #883643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883643; }
p { color: rgb(136,54,67); }
H1.HeaderClassName
{
color: #883643;
}
.AnyTagClassName
{
color: #883643;
}
</style>
background-color css
<style>
a { background-color: #883643; }
a { background-color: rgb(136,54,67); }
div.DivClassName
{
background-color: #883643;
}
.BgClassName
{
background-color: #883643;
}
</style>
border-color css
<style>
span { border-color: #883643; }
span { border-color: rgb(136,54,67); }
td.TdClassName
{
border-color: #883643;
}
.TagClassName
{
border-color: #883643;
}
</style>