Shades of Camelot #883D53
Tints of Camelot #883D53
RGB
CMYK
RGB Variations
Color information
#883D53 (or 0x883D53) is known color: Camelot. HEX triplet: 88, 3D and 53. RGB value is (136,61,83). Sum of RGB (Red+Green+Blue) = 136+61+83=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #883D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D53 is #77C2AC. Grayscale: #555555. Windows color (decimal): -7848621 or 5455240. OLE color: 5455240.
HSL color Cylindrical-coordinate representation of color #883D53: hue angle of 342.4º 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 #883D53 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 83 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.47 |
| HSL | 342.4º | 0.38% | 0.39% | - |
| HSV(B) | 342.4º | 0.55% | 0.53% | - |
| XYZ | 13.38 | 9.2 | 9.25 | - |
| YUV | 85.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 83 | 0 | 0.55 | 0.39 | 0.47 | 342.4 | 0.38 | 0.39 |
| Hex | 88 | 3D | 53 | 0 | 37 | 27 | 2F | 156 | 26 | 27 |
| Octal | 210 | 75 | 123 | 0 | 67 | 47 | 57 | 526 | 46 | 47 |
| Binary | 10001000 | 111101 | 1010011 | 0 | 110111 | 100111 | 101111 | 101010110 | 100110 | 100111 |
Color Harmonies of #883D53
Complementary color
Monochromatic Colors of #883D53
Black with #883D53
Text Example
Text Example
White with #883D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D53; }
p { color: rgb(136,61,83); }
H1.HeaderClassName
{
color: #883D53;
}
.AnyTagClassName
{
color: #883D53;
}
</style>
background-color css
<style>
a { background-color: #883D53; }
a { background-color: rgb(136,61,83); }
div.DivClassName
{
background-color: #883D53;
}
.BgClassName
{
background-color: #883D53;
}
</style>
border-color css
<style>
span { border-color: #883D53; }
span { border-color: rgb(136,61,83); }
td.TdClassName
{
border-color: #883D53;
}
.TagClassName
{
border-color: #883D53;
}
</style>