Shades of Camelot #883A45
Tints of Camelot #883A45
RGB
CMYK
RGB Variations
Color information
#883A45 (or 0x883A45) is known color: Camelot. HEX triplet: 88, 3A and 45. RGB value is (136,58,69). Sum of RGB (Red+Green+Blue) = 136+58+69=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A45 is #77C5BA. Grayscale: #525252. Windows color (decimal): -7849403 or 4536968. OLE color: 4536968.
HSL color Cylindrical-coordinate representation of color #883A45: hue angle of 351.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A45 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 69 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.47 |
| HSL | 351.54º | 0.4% | 0.38% | - |
| HSV(B) | 351.54º | 0.57% | 0.53% | - |
| XYZ | 12.74 | 8.69 | 6.64 | - |
| YUV | 82.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 69 | 0 | 0.57 | 0.49 | 0.47 | 351.54 | 0.4 | 0.38 |
| Hex | 88 | 3A | 45 | 0 | 39 | 31 | 2F | 160 | 28 | 26 |
| Octal | 210 | 72 | 105 | 0 | 71 | 61 | 57 | 540 | 50 | 46 |
| Binary | 10001000 | 111010 | 1000101 | 0 | 111001 | 110001 | 101111 | 101100000 | 101000 | 100110 |
Color Harmonies of #883A45
Complementary color
Monochromatic Colors of #883A45
Black with #883A45
Text Example
Text Example
White with #883A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A45; }
p { color: rgb(136,58,69); }
H1.HeaderClassName
{
color: #883A45;
}
.AnyTagClassName
{
color: #883A45;
}
</style>
background-color css
<style>
a { background-color: #883A45; }
a { background-color: rgb(136,58,69); }
div.DivClassName
{
background-color: #883A45;
}
.BgClassName
{
background-color: #883A45;
}
</style>
border-color css
<style>
span { border-color: #883A45; }
span { border-color: rgb(136,58,69); }
td.TdClassName
{
border-color: #883A45;
}
.TagClassName
{
border-color: #883A45;
}
</style>