Shades of Camelot #884150
Tints of Camelot #884150
RGB
CMYK
RGB Variations
Color information
#884150 (or 0x884150) is known color: Camelot. HEX triplet: 88, 41 and 50. RGB value is (136,65,80). Sum of RGB (Red+Green+Blue) = 136+65+80=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #884150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884150 is #77BEAF. Grayscale: #575757. Windows color (decimal): -7847600 or 5259656. OLE color: 5259656.
HSL color Cylindrical-coordinate representation of color #884150: hue angle of 347.32º 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 #884150 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 80 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.47 |
| HSL | 347.32º | 0.35% | 0.39% | - |
| HSV(B) | 347.32º | 0.52% | 0.53% | - |
| XYZ | 13.49 | 9.59 | 8.73 | - |
| YUV | 87.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 80 | 0 | 0.52 | 0.41 | 0.47 | 347.32 | 0.35 | 0.39 |
| Hex | 88 | 41 | 50 | 0 | 34 | 29 | 2F | 15B | 23 | 27 |
| Octal | 210 | 101 | 120 | 0 | 64 | 51 | 57 | 533 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1010000 | 0 | 110100 | 101001 | 101111 | 101011011 | 100011 | 100111 |
Color Harmonies of #884150
Complementary color
Monochromatic Colors of #884150
Black with #884150
Text Example
Text Example
White with #884150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884150; }
p { color: rgb(136,65,80); }
H1.HeaderClassName
{
color: #884150;
}
.AnyTagClassName
{
color: #884150;
}
</style>
background-color css
<style>
a { background-color: #884150; }
a { background-color: rgb(136,65,80); }
div.DivClassName
{
background-color: #884150;
}
.BgClassName
{
background-color: #884150;
}
</style>
border-color css
<style>
span { border-color: #884150; }
span { border-color: rgb(136,65,80); }
td.TdClassName
{
border-color: #884150;
}
.TagClassName
{
border-color: #884150;
}
</style>