Shades of Camelot #883F4D
Tints of Camelot #883F4D
RGB
CMYK
RGB Variations
Color information
#883F4D (or 0x883F4D) is known color: Camelot. HEX triplet: 88, 3F and 4D. RGB value is (136,63,77). Sum of RGB (Red+Green+Blue) = 136+63+77=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #883F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F4D is #77C0B2. Grayscale: #565656. Windows color (decimal): -7848115 or 5062536. OLE color: 5062536.
HSL color Cylindrical-coordinate representation of color #883F4D: hue angle of 348.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F4D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 77 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.47 |
| HSL | 348.49º | 0.37% | 0.39% | - |
| HSV(B) | 348.49º | 0.54% | 0.53% | - |
| XYZ | 13.27 | 9.33 | 8.12 | - |
| YUV | 86.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 77 | 0 | 0.54 | 0.43 | 0.47 | 348.49 | 0.37 | 0.39 |
| Hex | 88 | 3F | 4D | 0 | 36 | 2B | 2F | 15C | 25 | 27 |
| Octal | 210 | 77 | 115 | 0 | 66 | 53 | 57 | 534 | 45 | 47 |
| Binary | 10001000 | 111111 | 1001101 | 0 | 110110 | 101011 | 101111 | 101011100 | 100101 | 100111 |
Color Harmonies of #883F4D
Complementary color
Monochromatic Colors of #883F4D
Black with #883F4D
Text Example
Text Example
White with #883F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F4D; }
p { color: rgb(136,63,77); }
H1.HeaderClassName
{
color: #883F4D;
}
.AnyTagClassName
{
color: #883F4D;
}
</style>
background-color css
<style>
a { background-color: #883F4D; }
a { background-color: rgb(136,63,77); }
div.DivClassName
{
background-color: #883F4D;
}
.BgClassName
{
background-color: #883F4D;
}
</style>
border-color css
<style>
span { border-color: #883F4D; }
span { border-color: rgb(136,63,77); }
td.TdClassName
{
border-color: #883F4D;
}
.TagClassName
{
border-color: #883F4D;
}
</style>