Shades of Camelot #883044
Tints of Camelot #883044
RGB
CMYK
RGB Variations
Color information
#883044 (or 0x883044) is known color: Camelot. HEX triplet: 88, 30 and 44. RGB value is (136,48,68). Sum of RGB (Red+Green+Blue) = 136+48+68=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #883044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883044 is #77CFBB. Grayscale: #4C4C4C. Windows color (decimal): -7851964 or 4468872. OLE color: 4468872.
HSL color Cylindrical-coordinate representation of color #883044: hue angle of 346.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883044 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 68 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.47 |
| HSL | 346.36º | 0.48% | 0.36% | - |
| HSV(B) | 346.36º | 0.65% | 0.53% | - |
| XYZ | 12.25 | 7.77 | 6.32 | - |
| YUV | 76.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 68 | 0 | 0.65 | 0.50 | 0.47 | 346.36 | 0.48 | 0.36 |
| Hex | 88 | 30 | 44 | 0 | 41 | 32 | 2F | 15A | 30 | 24 |
| Octal | 210 | 60 | 104 | 0 | 101 | 62 | 57 | 532 | 60 | 44 |
| Binary | 10001000 | 110000 | 1000100 | 0 | 1000001 | 110010 | 101111 | 101011010 | 110000 | 100100 |
Color Harmonies of #883044
Complementary color
Monochromatic Colors of #883044
Black with #883044
Text Example
Text Example
White with #883044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883044; }
p { color: rgb(136,48,68); }
H1.HeaderClassName
{
color: #883044;
}
.AnyTagClassName
{
color: #883044;
}
</style>
background-color css
<style>
a { background-color: #883044; }
a { background-color: rgb(136,48,68); }
div.DivClassName
{
background-color: #883044;
}
.BgClassName
{
background-color: #883044;
}
</style>
border-color css
<style>
span { border-color: #883044; }
span { border-color: rgb(136,48,68); }
td.TdClassName
{
border-color: #883044;
}
.TagClassName
{
border-color: #883044;
}
</style>