Shades of Camelot #883A4F
Tints of Camelot #883A4F
RGB
CMYK
RGB Variations
Color information
#883A4F (or 0x883A4F) is known color: Camelot. HEX triplet: 88, 3A and 4F. RGB value is (136,58,79). Sum of RGB (Red+Green+Blue) = 136+58+79=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #883A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A4F is #77C5B0. Grayscale: #535353. Windows color (decimal): -7849393 or 5192328. OLE color: 5192328.
HSL color Cylindrical-coordinate representation of color #883A4F: hue angle of 343.85º 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 #883A4F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 79 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.47 |
| HSL | 343.85º | 0.4% | 0.38% | - |
| HSV(B) | 343.85º | 0.57% | 0.53% | - |
| XYZ | 13.08 | 8.82 | 8.41 | - |
| YUV | 83.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 79 | 0 | 0.57 | 0.42 | 0.47 | 343.85 | 0.4 | 0.38 |
| Hex | 88 | 3A | 4F | 0 | 39 | 2A | 2F | 158 | 28 | 26 |
| Octal | 210 | 72 | 117 | 0 | 71 | 52 | 57 | 530 | 50 | 46 |
| Binary | 10001000 | 111010 | 1001111 | 0 | 111001 | 101010 | 101111 | 101011000 | 101000 | 100110 |
Color Harmonies of #883A4F
Complementary color
Monochromatic Colors of #883A4F
Black with #883A4F
Text Example
Text Example
White with #883A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A4F; }
p { color: rgb(136,58,79); }
H1.HeaderClassName
{
color: #883A4F;
}
.AnyTagClassName
{
color: #883A4F;
}
</style>
background-color css
<style>
a { background-color: #883A4F; }
a { background-color: rgb(136,58,79); }
div.DivClassName
{
background-color: #883A4F;
}
.BgClassName
{
background-color: #883A4F;
}
</style>
border-color css
<style>
span { border-color: #883A4F; }
span { border-color: rgb(136,58,79); }
td.TdClassName
{
border-color: #883A4F;
}
.TagClassName
{
border-color: #883A4F;
}
</style>