Shades of Camelot #884154
Tints of Camelot #884154
RGB
CMYK
RGB Variations
Color information
#884154 (or 0x884154) is known color: Camelot. HEX triplet: 88, 41 and 54. RGB value is (136,65,84). Sum of RGB (Red+Green+Blue) = 136+65+84=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884154 is #77BEAB. Grayscale: #585858. Windows color (decimal): -7847596 or 5521800. OLE color: 5521800.
HSL color Cylindrical-coordinate representation of color #884154: hue angle of 343.94º 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 #884154 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 84 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.47 |
| HSL | 343.94º | 0.35% | 0.39% | - |
| HSV(B) | 343.94º | 0.52% | 0.53% | - |
| XYZ | 13.64 | 9.65 | 9.53 | - |
| YUV | 88.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 84 | 0 | 0.52 | 0.38 | 0.47 | 343.94 | 0.35 | 0.39 |
| Hex | 88 | 41 | 54 | 0 | 34 | 26 | 2F | 158 | 23 | 27 |
| Octal | 210 | 101 | 124 | 0 | 64 | 46 | 57 | 530 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1010100 | 0 | 110100 | 100110 | 101111 | 101011000 | 100011 | 100111 |
Color Harmonies of #884154
Complementary color
Monochromatic Colors of #884154
Black with #884154
Text Example
Text Example
White with #884154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884154; }
p { color: rgb(136,65,84); }
H1.HeaderClassName
{
color: #884154;
}
.AnyTagClassName
{
color: #884154;
}
</style>
background-color css
<style>
a { background-color: #884154; }
a { background-color: rgb(136,65,84); }
div.DivClassName
{
background-color: #884154;
}
.BgClassName
{
background-color: #884154;
}
</style>
border-color css
<style>
span { border-color: #884154; }
span { border-color: rgb(136,65,84); }
td.TdClassName
{
border-color: #884154;
}
.TagClassName
{
border-color: #884154;
}
</style>