Shades of Camelot #883D51
Tints of Camelot #883D51
RGB
CMYK
RGB Variations
Color information
#883D51 (or 0x883D51) is known color: Camelot. HEX triplet: 88, 3D and 51. RGB value is (136,61,81). Sum of RGB (Red+Green+Blue) = 136+61+81=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #883D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D51 is #77C2AE. Grayscale: #555555. Windows color (decimal): -7848623 or 5324168. OLE color: 5324168.
HSL color Cylindrical-coordinate representation of color #883D51: hue angle of 344º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D51 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 81 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.47 |
| HSL | 344º | 0.38% | 0.39% | - |
| HSV(B) | 344º | 0.55% | 0.53% | - |
| XYZ | 13.31 | 9.17 | 8.85 | - |
| YUV | 85.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 81 | 0 | 0.55 | 0.40 | 0.47 | 344 | 0.38 | 0.39 |
| Hex | 88 | 3D | 51 | 0 | 37 | 28 | 2F | 158 | 26 | 27 |
| Octal | 210 | 75 | 121 | 0 | 67 | 50 | 57 | 530 | 46 | 47 |
| Binary | 10001000 | 111101 | 1010001 | 0 | 110111 | 101000 | 101111 | 101011000 | 100110 | 100111 |
Color Harmonies of #883D51
Complementary color
Monochromatic Colors of #883D51
Black with #883D51
Text Example
Text Example
White with #883D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D51; }
p { color: rgb(136,61,81); }
H1.HeaderClassName
{
color: #883D51;
}
.AnyTagClassName
{
color: #883D51;
}
</style>
background-color css
<style>
a { background-color: #883D51; }
a { background-color: rgb(136,61,81); }
div.DivClassName
{
background-color: #883D51;
}
.BgClassName
{
background-color: #883D51;
}
</style>
border-color css
<style>
span { border-color: #883D51; }
span { border-color: rgb(136,61,81); }
td.TdClassName
{
border-color: #883D51;
}
.TagClassName
{
border-color: #883D51;
}
</style>