Shades of Camelot #883B4B
Tints of Camelot #883B4B
RGB
CMYK
RGB Variations
Color information
#883B4B (or 0x883B4B) is known color: Camelot. HEX triplet: 88, 3B and 4B. RGB value is (136,59,75). Sum of RGB (Red+Green+Blue) = 136+59+75=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B4B is #77C4B4. Grayscale: #535353. Windows color (decimal): -7849141 or 4930440. OLE color: 4930440.
HSL color Cylindrical-coordinate representation of color #883B4B: hue angle of 347.53º degrees, saturation: 0.39, 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 #883B4B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 75 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.47 |
| HSL | 347.53º | 0.39% | 0.38% | - |
| HSV(B) | 347.53º | 0.57% | 0.53% | - |
| XYZ | 12.99 | 8.87 | 7.68 | - |
| YUV | 83.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 75 | 0 | 0.57 | 0.45 | 0.47 | 347.53 | 0.39 | 0.38 |
| Hex | 88 | 3B | 4B | 0 | 39 | 2D | 2F | 15C | 27 | 26 |
| Octal | 210 | 73 | 113 | 0 | 71 | 55 | 57 | 534 | 47 | 46 |
| Binary | 10001000 | 111011 | 1001011 | 0 | 111001 | 101101 | 101111 | 101011100 | 100111 | 100110 |
Color Harmonies of #883B4B
Complementary color
Monochromatic Colors of #883B4B
Black with #883B4B
Text Example
Text Example
White with #883B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B4B; }
p { color: rgb(136,59,75); }
H1.HeaderClassName
{
color: #883B4B;
}
.AnyTagClassName
{
color: #883B4B;
}
</style>
background-color css
<style>
a { background-color: #883B4B; }
a { background-color: rgb(136,59,75); }
div.DivClassName
{
background-color: #883B4B;
}
.BgClassName
{
background-color: #883B4B;
}
</style>
border-color css
<style>
span { border-color: #883B4B; }
span { border-color: rgb(136,59,75); }
td.TdClassName
{
border-color: #883B4B;
}
.TagClassName
{
border-color: #883B4B;
}
</style>