Shades of Camelot #883F4A
Tints of Camelot #883F4A
RGB
CMYK
RGB Variations
Color information
#883F4A (or 0x883F4A) is known color: Camelot. HEX triplet: 88, 3F and 4A. RGB value is (136,63,74). Sum of RGB (Red+Green+Blue) = 136+63+74=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #883F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F4A is #77C0B5. Grayscale: #565656. Windows color (decimal): -7848118 or 4865928. OLE color: 4865928.
HSL color Cylindrical-coordinate representation of color #883F4A: hue angle of 350.96º 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 #883F4A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 74 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.47 |
| HSL | 350.96º | 0.37% | 0.39% | - |
| HSV(B) | 350.96º | 0.54% | 0.53% | - |
| XYZ | 13.17 | 9.28 | 7.58 | - |
| YUV | 86.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 74 | 0 | 0.54 | 0.46 | 0.47 | 350.96 | 0.37 | 0.39 |
| Hex | 88 | 3F | 4A | 0 | 36 | 2E | 2F | 15F | 25 | 27 |
| Octal | 210 | 77 | 112 | 0 | 66 | 56 | 57 | 537 | 45 | 47 |
| Binary | 10001000 | 111111 | 1001010 | 0 | 110110 | 101110 | 101111 | 101011111 | 100101 | 100111 |
Color Harmonies of #883F4A
Complementary color
Monochromatic Colors of #883F4A
Black with #883F4A
Text Example
Text Example
White with #883F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F4A; }
p { color: rgb(136,63,74); }
H1.HeaderClassName
{
color: #883F4A;
}
.AnyTagClassName
{
color: #883F4A;
}
</style>
background-color css
<style>
a { background-color: #883F4A; }
a { background-color: rgb(136,63,74); }
div.DivClassName
{
background-color: #883F4A;
}
.BgClassName
{
background-color: #883F4A;
}
</style>
border-color css
<style>
span { border-color: #883F4A; }
span { border-color: rgb(136,63,74); }
td.TdClassName
{
border-color: #883F4A;
}
.TagClassName
{
border-color: #883F4A;
}
</style>