Shades of Camelot #884153
Tints of Camelot #884153
RGB
CMYK
RGB Variations
Color information
#884153 (or 0x884153) is known color: Camelot. HEX triplet: 88, 41 and 53. RGB value is (136,65,83). Sum of RGB (Red+Green+Blue) = 136+65+83=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884153 is #77BEAC. Grayscale: #585858. Windows color (decimal): -7847597 or 5456264. OLE color: 5456264.
HSL color Cylindrical-coordinate representation of color #884153: hue angle of 344.79º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884153 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 83 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.47 |
| HSL | 344.79º | 0.35% | 0.39% | - |
| HSV(B) | 344.79º | 0.52% | 0.53% | - |
| XYZ | 13.6 | 9.64 | 9.33 | - |
| YUV | 88.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 83 | 0 | 0.52 | 0.39 | 0.47 | 344.79 | 0.35 | 0.39 |
| Hex | 88 | 41 | 53 | 0 | 34 | 27 | 2F | 159 | 23 | 27 |
| Octal | 210 | 101 | 123 | 0 | 64 | 47 | 57 | 531 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1010011 | 0 | 110100 | 100111 | 101111 | 101011001 | 100011 | 100111 |
Color Harmonies of #884153
Complementary color
Monochromatic Colors of #884153
Black with #884153
Text Example
Text Example
White with #884153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884153; }
p { color: rgb(136,65,83); }
H1.HeaderClassName
{
color: #884153;
}
.AnyTagClassName
{
color: #884153;
}
</style>
background-color css
<style>
a { background-color: #884153; }
a { background-color: rgb(136,65,83); }
div.DivClassName
{
background-color: #884153;
}
.BgClassName
{
background-color: #884153;
}
</style>
border-color css
<style>
span { border-color: #884153; }
span { border-color: rgb(136,65,83); }
td.TdClassName
{
border-color: #884153;
}
.TagClassName
{
border-color: #884153;
}
</style>