Shades of Camelot #883C4E
Tints of Camelot #883C4E
RGB
CMYK
RGB Variations
Color information
#883C4E (or 0x883C4E) is known color: Camelot. HEX triplet: 88, 3C and 4E. RGB value is (136,60,78). Sum of RGB (Red+Green+Blue) = 136+60+78=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #883C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C4E is #77C3B1. Grayscale: #545454. Windows color (decimal): -7848882 or 5127304. OLE color: 5127304.
HSL color Cylindrical-coordinate representation of color #883C4E: hue angle of 345.79º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C4E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 78 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.47 |
| HSL | 345.79º | 0.39% | 0.38% | - |
| HSV(B) | 345.79º | 0.56% | 0.53% | - |
| XYZ | 13.14 | 9.02 | 8.26 | - |
| YUV | 84.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 78 | 0 | 0.56 | 0.43 | 0.47 | 345.79 | 0.39 | 0.38 |
| Hex | 88 | 3C | 4E | 0 | 38 | 2B | 2F | 15A | 27 | 26 |
| Octal | 210 | 74 | 116 | 0 | 70 | 53 | 57 | 532 | 47 | 46 |
| Binary | 10001000 | 111100 | 1001110 | 0 | 111000 | 101011 | 101111 | 101011010 | 100111 | 100110 |
Color Harmonies of #883C4E
Complementary color
Monochromatic Colors of #883C4E
Black with #883C4E
Text Example
Text Example
White with #883C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C4E; }
p { color: rgb(136,60,78); }
H1.HeaderClassName
{
color: #883C4E;
}
.AnyTagClassName
{
color: #883C4E;
}
</style>
background-color css
<style>
a { background-color: #883C4E; }
a { background-color: rgb(136,60,78); }
div.DivClassName
{
background-color: #883C4E;
}
.BgClassName
{
background-color: #883C4E;
}
</style>
border-color css
<style>
span { border-color: #883C4E; }
span { border-color: rgb(136,60,78); }
td.TdClassName
{
border-color: #883C4E;
}
.TagClassName
{
border-color: #883C4E;
}
</style>