Shades of Camelot #8D384B
Tints of Camelot #8D384B
RGB
CMYK
RGB Variations
Color information
#8D384B (or 0x8D384B) is known color: Camelot. HEX triplet: 8D, 38 and 4B. RGB value is (141,56,75). Sum of RGB (Red+Green+Blue) = 141+56+75=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D384B is #72C7B4. Grayscale: #535353. Windows color (decimal): -7522229 or 4929677. OLE color: 4929677.
HSL color Cylindrical-coordinate representation of color #8D384B: hue angle of 346.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D384B is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 75 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.45 |
| HSL | 346.59º | 0.43% | 0.39% | - |
| HSV(B) | 346.59º | 0.6% | 0.55% | - |
| XYZ | 13.67 | 9 | 7.67 | - |
| YUV | 83.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 75 | 0 | 0.60 | 0.47 | 0.45 | 346.59 | 0.43 | 0.39 |
| Hex | 8D | 38 | 4B | 0 | 3C | 2F | 2D | 15B | 2B | 27 |
| Octal | 215 | 70 | 113 | 0 | 74 | 57 | 55 | 533 | 53 | 47 |
| Binary | 10001101 | 111000 | 1001011 | 0 | 111100 | 101111 | 101101 | 101011011 | 101011 | 100111 |
Color Harmonies of #8D384B
Complementary color
Monochromatic Colors of #8D384B
Black with #8D384B
Text Example
Text Example
White with #8D384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D384B; }
p { color: rgb(141,56,75); }
H1.HeaderClassName
{
color: #8D384B;
}
.AnyTagClassName
{
color: #8D384B;
}
</style>
background-color css
<style>
a { background-color: #8D384B; }
a { background-color: rgb(141,56,75); }
div.DivClassName
{
background-color: #8D384B;
}
.BgClassName
{
background-color: #8D384B;
}
</style>
border-color css
<style>
span { border-color: #8D384B; }
span { border-color: rgb(141,56,75); }
td.TdClassName
{
border-color: #8D384B;
}
.TagClassName
{
border-color: #8D384B;
}
</style>