Shades of Camelot #8D3D53
Tints of Camelot #8D3D53
RGB
CMYK
RGB Variations
Color information
#8D3D53 (or 0x8D3D53) is known color: Camelot. HEX triplet: 8D, 3D and 53. RGB value is (141,61,83). Sum of RGB (Red+Green+Blue) = 141+61+83=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D53 is #72C2AC. Grayscale: #575757. Windows color (decimal): -7520941 or 5455245. OLE color: 5455245.
HSL color Cylindrical-coordinate representation of color #8D3D53: hue angle of 343.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D53 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 83 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.45 |
| HSL | 343.5º | 0.4% | 0.4% | - |
| HSV(B) | 343.5º | 0.57% | 0.55% | - |
| XYZ | 14.21 | 9.62 | 9.29 | - |
| YUV | 87.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 83 | 0 | 0.57 | 0.41 | 0.45 | 343.5 | 0.4 | 0.4 |
| Hex | 8D | 3D | 53 | 0 | 39 | 29 | 2D | 158 | 28 | 28 |
| Octal | 215 | 75 | 123 | 0 | 71 | 51 | 55 | 530 | 50 | 50 |
| Binary | 10001101 | 111101 | 1010011 | 0 | 111001 | 101001 | 101101 | 101011000 | 101000 | 101000 |
Color Harmonies of #8D3D53
Complementary color
Monochromatic Colors of #8D3D53
Black with #8D3D53
Text Example
Text Example
White with #8D3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D53; }
p { color: rgb(141,61,83); }
H1.HeaderClassName
{
color: #8D3D53;
}
.AnyTagClassName
{
color: #8D3D53;
}
</style>
background-color css
<style>
a { background-color: #8D3D53; }
a { background-color: rgb(141,61,83); }
div.DivClassName
{
background-color: #8D3D53;
}
.BgClassName
{
background-color: #8D3D53;
}
</style>
border-color css
<style>
span { border-color: #8D3D53; }
span { border-color: rgb(141,61,83); }
td.TdClassName
{
border-color: #8D3D53;
}
.TagClassName
{
border-color: #8D3D53;
}
</style>