Shades of Camelot #883D4B
Tints of Camelot #883D4B
RGB
CMYK
RGB Variations
Color information
#883D4B (or 0x883D4B) is known color: Camelot. HEX triplet: 88, 3D and 4B. RGB value is (136,61,75). Sum of RGB (Red+Green+Blue) = 136+61+75=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D4B is #77C2B4. Grayscale: #555555. Windows color (decimal): -7848629 or 4930952. OLE color: 4930952.
HSL color Cylindrical-coordinate representation of color #883D4B: hue angle of 348.8º 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 #883D4B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 75 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.47 |
| HSL | 348.8º | 0.38% | 0.39% | - |
| HSV(B) | 348.8º | 0.55% | 0.53% | - |
| XYZ | 13.09 | 9.08 | 7.72 | - |
| YUV | 85.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 75 | 0 | 0.55 | 0.45 | 0.47 | 348.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 4B | 0 | 37 | 2D | 2F | 15D | 26 | 27 |
| Octal | 210 | 75 | 113 | 0 | 67 | 55 | 57 | 535 | 46 | 47 |
| Binary | 10001000 | 111101 | 1001011 | 0 | 110111 | 101101 | 101111 | 101011101 | 100110 | 100111 |
Color Harmonies of #883D4B
Complementary color
Monochromatic Colors of #883D4B
Black with #883D4B
Text Example
Text Example
White with #883D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D4B; }
p { color: rgb(136,61,75); }
H1.HeaderClassName
{
color: #883D4B;
}
.AnyTagClassName
{
color: #883D4B;
}
</style>
background-color css
<style>
a { background-color: #883D4B; }
a { background-color: rgb(136,61,75); }
div.DivClassName
{
background-color: #883D4B;
}
.BgClassName
{
background-color: #883D4B;
}
</style>
border-color css
<style>
span { border-color: #883D4B; }
span { border-color: rgb(136,61,75); }
td.TdClassName
{
border-color: #883D4B;
}
.TagClassName
{
border-color: #883D4B;
}
</style>