Shades of Camelot #883C4D
Tints of Camelot #883C4D
RGB
CMYK
RGB Variations
Color information
#883C4D (or 0x883C4D) is known color: Camelot. HEX triplet: 88, 3C and 4D. RGB value is (136,60,77). Sum of RGB (Red+Green+Blue) = 136+60+77=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #883C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C4D is #77C3B2. Grayscale: #545454. Windows color (decimal): -7848883 or 5061768. OLE color: 5061768.
HSL color Cylindrical-coordinate representation of color #883C4D: hue angle of 346.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C4D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 77 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.47 |
| HSL | 346.58º | 0.39% | 0.38% | - |
| HSV(B) | 346.58º | 0.56% | 0.53% | - |
| XYZ | 13.11 | 9 | 8.07 | - |
| YUV | 84.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 77 | 0 | 0.56 | 0.43 | 0.47 | 346.58 | 0.39 | 0.38 |
| Hex | 88 | 3C | 4D | 0 | 38 | 2B | 2F | 15B | 27 | 26 |
| Octal | 210 | 74 | 115 | 0 | 70 | 53 | 57 | 533 | 47 | 46 |
| Binary | 10001000 | 111100 | 1001101 | 0 | 111000 | 101011 | 101111 | 101011011 | 100111 | 100110 |
Color Harmonies of #883C4D
Complementary color
Monochromatic Colors of #883C4D
Black with #883C4D
Text Example
Text Example
White with #883C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C4D; }
p { color: rgb(136,60,77); }
H1.HeaderClassName
{
color: #883C4D;
}
.AnyTagClassName
{
color: #883C4D;
}
</style>
background-color css
<style>
a { background-color: #883C4D; }
a { background-color: rgb(136,60,77); }
div.DivClassName
{
background-color: #883C4D;
}
.BgClassName
{
background-color: #883C4D;
}
</style>
border-color css
<style>
span { border-color: #883C4D; }
span { border-color: rgb(136,60,77); }
td.TdClassName
{
border-color: #883C4D;
}
.TagClassName
{
border-color: #883C4D;
}
</style>