Shades of Camelot #883146
Tints of Camelot #883146
RGB
CMYK
RGB Variations
Color information
#883146 (or 0x883146) is known color: Camelot. HEX triplet: 88, 31 and 46. RGB value is (136,49,70). Sum of RGB (Red+Green+Blue) = 136+49+70=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883146 is #77CEB9. Grayscale: #4D4D4D. Windows color (decimal): -7851706 or 4600200. OLE color: 4600200.
HSL color Cylindrical-coordinate representation of color #883146: hue angle of 345.52º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883146 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 70 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.47 |
| HSL | 345.52º | 0.47% | 0.36% | - |
| HSV(B) | 345.52º | 0.64% | 0.53% | - |
| XYZ | 12.36 | 7.87 | 6.66 | - |
| YUV | 77.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 70 | 0 | 0.64 | 0.49 | 0.47 | 345.52 | 0.47 | 0.36 |
| Hex | 88 | 31 | 46 | 0 | 40 | 31 | 2F | 15A | 2F | 24 |
| Octal | 210 | 61 | 106 | 0 | 100 | 61 | 57 | 532 | 57 | 44 |
| Binary | 10001000 | 110001 | 1000110 | 0 | 1000000 | 110001 | 101111 | 101011010 | 101111 | 100100 |
Color Harmonies of #883146
Complementary color
Monochromatic Colors of #883146
Black with #883146
Text Example
Text Example
White with #883146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883146; }
p { color: rgb(136,49,70); }
H1.HeaderClassName
{
color: #883146;
}
.AnyTagClassName
{
color: #883146;
}
</style>
background-color css
<style>
a { background-color: #883146; }
a { background-color: rgb(136,49,70); }
div.DivClassName
{
background-color: #883146;
}
.BgClassName
{
background-color: #883146;
}
</style>
border-color css
<style>
span { border-color: #883146; }
span { border-color: rgb(136,49,70); }
td.TdClassName
{
border-color: #883146;
}
.TagClassName
{
border-color: #883146;
}
</style>