Shades of Camelot #88364C
Tints of Camelot #88364C
RGB
CMYK
RGB Variations
Color information
#88364C (or 0x88364C) is known color: Camelot. HEX triplet: 88, 36 and 4C. RGB value is (136,54,76). Sum of RGB (Red+Green+Blue) = 136+54+76=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88364C is #77C9B3. Grayscale: #515151. Windows color (decimal): -7850420 or 4994696. OLE color: 4994696.
HSL color Cylindrical-coordinate representation of color #88364C: hue angle of 343.9º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88364C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 76 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.47 |
| HSL | 343.9º | 0.43% | 0.37% | - |
| HSV(B) | 343.9º | 0.6% | 0.53% | - |
| XYZ | 12.78 | 8.39 | 7.78 | - |
| YUV | 81.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 76 | 0 | 0.60 | 0.44 | 0.47 | 343.9 | 0.43 | 0.37 |
| Hex | 88 | 36 | 4C | 0 | 3C | 2C | 2F | 158 | 2B | 25 |
| Octal | 210 | 66 | 114 | 0 | 74 | 54 | 57 | 530 | 53 | 45 |
| Binary | 10001000 | 110110 | 1001100 | 0 | 111100 | 101100 | 101111 | 101011000 | 101011 | 100101 |
Color Harmonies of #88364C
Complementary color
Monochromatic Colors of #88364C
Black with #88364C
Text Example
Text Example
White with #88364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88364C; }
p { color: rgb(136,54,76); }
H1.HeaderClassName
{
color: #88364C;
}
.AnyTagClassName
{
color: #88364C;
}
</style>
background-color css
<style>
a { background-color: #88364C; }
a { background-color: rgb(136,54,76); }
div.DivClassName
{
background-color: #88364C;
}
.BgClassName
{
background-color: #88364C;
}
</style>
border-color css
<style>
span { border-color: #88364C; }
span { border-color: rgb(136,54,76); }
td.TdClassName
{
border-color: #88364C;
}
.TagClassName
{
border-color: #88364C;
}
</style>