Shades of Camelot #88394C
Tints of Camelot #88394C
RGB
CMYK
RGB Variations
Color information
#88394C (or 0x88394C) is known color: Camelot. HEX triplet: 88, 39 and 4C. RGB value is (136,57,76). Sum of RGB (Red+Green+Blue) = 136+57+76=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88394C is #77C6B3. Grayscale: #525252. Windows color (decimal): -7849652 or 4995464. OLE color: 4995464.
HSL color Cylindrical-coordinate representation of color #88394C: hue angle of 345.57º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88394C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 57 | 76 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.47 |
| HSL | 345.57º | 0.41% | 0.38% | - |
| HSV(B) | 345.57º | 0.58% | 0.53% | - |
| XYZ | 12.92 | 8.68 | 7.83 | - |
| YUV | 82.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 76 | 0 | 0.58 | 0.44 | 0.47 | 345.57 | 0.41 | 0.38 |
| Hex | 88 | 39 | 4C | 0 | 3A | 2C | 2F | 15A | 29 | 26 |
| Octal | 210 | 71 | 114 | 0 | 72 | 54 | 57 | 532 | 51 | 46 |
| Binary | 10001000 | 111001 | 1001100 | 0 | 111010 | 101100 | 101111 | 101011010 | 101001 | 100110 |
Color Harmonies of #88394C
Complementary color
Monochromatic Colors of #88394C
Black with #88394C
Text Example
Text Example
White with #88394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88394C; }
p { color: rgb(136,57,76); }
H1.HeaderClassName
{
color: #88394C;
}
.AnyTagClassName
{
color: #88394C;
}
</style>
background-color css
<style>
a { background-color: #88394C; }
a { background-color: rgb(136,57,76); }
div.DivClassName
{
background-color: #88394C;
}
.BgClassName
{
background-color: #88394C;
}
</style>
border-color css
<style>
span { border-color: #88394C; }
span { border-color: rgb(136,57,76); }
td.TdClassName
{
border-color: #88394C;
}
.TagClassName
{
border-color: #88394C;
}
</style>