Shades of Camelot #883D57
Tints of Camelot #883D57
RGB
CMYK
RGB Variations
Color information
#883D57 (or 0x883D57) is known color: Camelot. HEX triplet: 88, 3D and 57. RGB value is (136,61,87). Sum of RGB (Red+Green+Blue) = 136+61+87=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #883D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D57 is #77C2A8. Grayscale: #565656. Windows color (decimal): -7848617 or 5717384. OLE color: 5717384.
HSL color Cylindrical-coordinate representation of color #883D57: hue angle of 339.2º 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 #883D57 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 87 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.47 |
| HSL | 339.2º | 0.38% | 0.39% | - |
| HSV(B) | 339.2º | 0.55% | 0.53% | - |
| XYZ | 13.54 | 9.26 | 10.09 | - |
| YUV | 86.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 87 | 0 | 0.55 | 0.36 | 0.47 | 339.2 | 0.38 | 0.39 |
| Hex | 88 | 3D | 57 | 0 | 37 | 24 | 2F | 153 | 26 | 27 |
| Octal | 210 | 75 | 127 | 0 | 67 | 44 | 57 | 523 | 46 | 47 |
| Binary | 10001000 | 111101 | 1010111 | 0 | 110111 | 100100 | 101111 | 101010011 | 100110 | 100111 |
Color Harmonies of #883D57
Complementary color
Monochromatic Colors of #883D57
Black with #883D57
Text Example
Text Example
White with #883D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D57; }
p { color: rgb(136,61,87); }
H1.HeaderClassName
{
color: #883D57;
}
.AnyTagClassName
{
color: #883D57;
}
</style>
background-color css
<style>
a { background-color: #883D57; }
a { background-color: rgb(136,61,87); }
div.DivClassName
{
background-color: #883D57;
}
.BgClassName
{
background-color: #883D57;
}
</style>
border-color css
<style>
span { border-color: #883D57; }
span { border-color: rgb(136,61,87); }
td.TdClassName
{
border-color: #883D57;
}
.TagClassName
{
border-color: #883D57;
}
</style>