Shades of Camelot #883C51
Tints of Camelot #883C51
RGB
CMYK
RGB Variations
Color information
#883C51 (or 0x883C51) is known color: Camelot. HEX triplet: 88, 3C and 51. RGB value is (136,60,81). Sum of RGB (Red+Green+Blue) = 136+60+81=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #883C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C51 is #77C3AE. Grayscale: #555555. Windows color (decimal): -7848879 or 5323912. OLE color: 5323912.
HSL color Cylindrical-coordinate representation of color #883C51: hue angle of 343.42º 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 #883C51 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 81 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.47 |
| HSL | 343.42º | 0.39% | 0.38% | - |
| HSV(B) | 343.42º | 0.56% | 0.53% | - |
| XYZ | 13.25 | 9.06 | 8.83 | - |
| YUV | 85.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 81 | 0 | 0.56 | 0.40 | 0.47 | 343.42 | 0.39 | 0.38 |
| Hex | 88 | 3C | 51 | 0 | 38 | 28 | 2F | 157 | 27 | 26 |
| Octal | 210 | 74 | 121 | 0 | 70 | 50 | 57 | 527 | 47 | 46 |
| Binary | 10001000 | 111100 | 1010001 | 0 | 111000 | 101000 | 101111 | 101010111 | 100111 | 100110 |
Color Harmonies of #883C51
Complementary color
Monochromatic Colors of #883C51
Black with #883C51
Text Example
Text Example
White with #883C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C51; }
p { color: rgb(136,60,81); }
H1.HeaderClassName
{
color: #883C51;
}
.AnyTagClassName
{
color: #883C51;
}
</style>
background-color css
<style>
a { background-color: #883C51; }
a { background-color: rgb(136,60,81); }
div.DivClassName
{
background-color: #883C51;
}
.BgClassName
{
background-color: #883C51;
}
</style>
border-color css
<style>
span { border-color: #883C51; }
span { border-color: rgb(136,60,81); }
td.TdClassName
{
border-color: #883C51;
}
.TagClassName
{
border-color: #883C51;
}
</style>