Shades of Camelot #884352
Tints of Camelot #884352
RGB
CMYK
RGB Variations
Color information
#884352 (or 0x884352) is known color: Camelot. HEX triplet: 88, 43 and 52. RGB value is (136,67,82). Sum of RGB (Red+Green+Blue) = 136+67+82=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884352 is #77BCAD. Grayscale: #595959. Windows color (decimal): -7847086 or 5391240. OLE color: 5391240.
HSL color Cylindrical-coordinate representation of color #884352: hue angle of 346.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884352 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 82 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.47 |
| HSL | 346.96º | 0.34% | 0.4% | - |
| HSV(B) | 346.96º | 0.51% | 0.53% | - |
| XYZ | 13.68 | 9.86 | 9.16 | - |
| YUV | 89.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 82 | 0 | 0.51 | 0.40 | 0.47 | 346.96 | 0.34 | 0.4 |
| Hex | 88 | 43 | 52 | 0 | 33 | 28 | 2F | 15B | 22 | 28 |
| Octal | 210 | 103 | 122 | 0 | 63 | 50 | 57 | 533 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1010010 | 0 | 110011 | 101000 | 101111 | 101011011 | 100010 | 101000 |
Color Harmonies of #884352
Complementary color
Monochromatic Colors of #884352
Black with #884352
Text Example
Text Example
White with #884352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884352; }
p { color: rgb(136,67,82); }
H1.HeaderClassName
{
color: #884352;
}
.AnyTagClassName
{
color: #884352;
}
</style>
background-color css
<style>
a { background-color: #884352; }
a { background-color: rgb(136,67,82); }
div.DivClassName
{
background-color: #884352;
}
.BgClassName
{
background-color: #884352;
}
</style>
border-color css
<style>
span { border-color: #884352; }
span { border-color: rgb(136,67,82); }
td.TdClassName
{
border-color: #884352;
}
.TagClassName
{
border-color: #884352;
}
</style>