Shades of Camelot #883D50
Tints of Camelot #883D50
RGB
CMYK
RGB Variations
Color information
#883D50 (or 0x883D50) is known color: Camelot. HEX triplet: 88, 3D and 50. RGB value is (136,61,80). Sum of RGB (Red+Green+Blue) = 136+61+80=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #883D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D50 is #77C2AF. Grayscale: #555555. Windows color (decimal): -7848624 or 5258632. OLE color: 5258632.
HSL color Cylindrical-coordinate representation of color #883D50: hue angle of 344.8º 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 #883D50 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 80 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.47 |
| HSL | 344.8º | 0.38% | 0.39% | - |
| HSV(B) | 344.8º | 0.55% | 0.53% | - |
| XYZ | 13.27 | 9.15 | 8.66 | - |
| YUV | 85.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 80 | 0 | 0.55 | 0.41 | 0.47 | 344.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 50 | 0 | 37 | 29 | 2F | 159 | 26 | 27 |
| Octal | 210 | 75 | 120 | 0 | 67 | 51 | 57 | 531 | 46 | 47 |
| Binary | 10001000 | 111101 | 1010000 | 0 | 110111 | 101001 | 101111 | 101011001 | 100110 | 100111 |
Color Harmonies of #883D50
Complementary color
Monochromatic Colors of #883D50
Black with #883D50
Text Example
Text Example
White with #883D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D50; }
p { color: rgb(136,61,80); }
H1.HeaderClassName
{
color: #883D50;
}
.AnyTagClassName
{
color: #883D50;
}
</style>
background-color css
<style>
a { background-color: #883D50; }
a { background-color: rgb(136,61,80); }
div.DivClassName
{
background-color: #883D50;
}
.BgClassName
{
background-color: #883D50;
}
</style>
border-color css
<style>
span { border-color: #883D50; }
span { border-color: rgb(136,61,80); }
td.TdClassName
{
border-color: #883D50;
}
.TagClassName
{
border-color: #883D50;
}
</style>