Shades of Camelot #883D4D
Tints of Camelot #883D4D
RGB
CMYK
RGB Variations
Color information
#883D4D (or 0x883D4D) is known color: Camelot. HEX triplet: 88, 3D and 4D. RGB value is (136,61,77). Sum of RGB (Red+Green+Blue) = 136+61+77=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D4D is #77C2B2. Grayscale: #555555. Windows color (decimal): -7848627 or 5062024. OLE color: 5062024.
HSL color Cylindrical-coordinate representation of color #883D4D: hue angle of 347.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D4D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 77 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.47 |
| HSL | 347.2º | 0.38% | 0.39% | - |
| HSV(B) | 347.2º | 0.55% | 0.53% | - |
| XYZ | 13.16 | 9.11 | 8.09 | - |
| YUV | 85.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 77 | 0 | 0.55 | 0.43 | 0.47 | 347.2 | 0.38 | 0.39 |
| Hex | 88 | 3D | 4D | 0 | 37 | 2B | 2F | 15B | 26 | 27 |
| Octal | 210 | 75 | 115 | 0 | 67 | 53 | 57 | 533 | 46 | 47 |
| Binary | 10001000 | 111101 | 1001101 | 0 | 110111 | 101011 | 101111 | 101011011 | 100110 | 100111 |
Color Harmonies of #883D4D
Complementary color
Monochromatic Colors of #883D4D
Black with #883D4D
Text Example
Text Example
White with #883D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D4D; }
p { color: rgb(136,61,77); }
H1.HeaderClassName
{
color: #883D4D;
}
.AnyTagClassName
{
color: #883D4D;
}
</style>
background-color css
<style>
a { background-color: #883D4D; }
a { background-color: rgb(136,61,77); }
div.DivClassName
{
background-color: #883D4D;
}
.BgClassName
{
background-color: #883D4D;
}
</style>
border-color css
<style>
span { border-color: #883D4D; }
span { border-color: rgb(136,61,77); }
td.TdClassName
{
border-color: #883D4D;
}
.TagClassName
{
border-color: #883D4D;
}
</style>