Shades of Camelot #884151
Tints of Camelot #884151
RGB
CMYK
RGB Variations
Color information
#884151 (or 0x884151) is known color: Camelot. HEX triplet: 88, 41 and 51. RGB value is (136,65,81). Sum of RGB (Red+Green+Blue) = 136+65+81=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #884151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884151 is #77BEAE. Grayscale: #585858. Windows color (decimal): -7847599 or 5325192. OLE color: 5325192.
HSL color Cylindrical-coordinate representation of color #884151: hue angle of 346.48º 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 #884151 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 81 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.47 |
| HSL | 346.48º | 0.35% | 0.39% | - |
| HSV(B) | 346.48º | 0.52% | 0.53% | - |
| XYZ | 13.53 | 9.61 | 8.93 | - |
| YUV | 88.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 81 | 0 | 0.52 | 0.40 | 0.47 | 346.48 | 0.35 | 0.39 |
| Hex | 88 | 41 | 51 | 0 | 34 | 28 | 2F | 15A | 23 | 27 |
| Octal | 210 | 101 | 121 | 0 | 64 | 50 | 57 | 532 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1010001 | 0 | 110100 | 101000 | 101111 | 101011010 | 100011 | 100111 |
Color Harmonies of #884151
Complementary color
Monochromatic Colors of #884151
Black with #884151
Text Example
Text Example
White with #884151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884151; }
p { color: rgb(136,65,81); }
H1.HeaderClassName
{
color: #884151;
}
.AnyTagClassName
{
color: #884151;
}
</style>
background-color css
<style>
a { background-color: #884151; }
a { background-color: rgb(136,65,81); }
div.DivClassName
{
background-color: #884151;
}
.BgClassName
{
background-color: #884151;
}
</style>
border-color css
<style>
span { border-color: #884151; }
span { border-color: rgb(136,65,81); }
td.TdClassName
{
border-color: #884151;
}
.TagClassName
{
border-color: #884151;
}
</style>