Shades of Camelot #8D3950
Tints of Camelot #8D3950
RGB
CMYK
RGB Variations
Color information
#8D3950 (or 0x8D3950) is known color: Camelot. HEX triplet: 8D, 39 and 50. RGB value is (141,57,80). Sum of RGB (Red+Green+Blue) = 141+57+80=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3950 is #72C6AF. Grayscale: #545454. Windows color (decimal): -7521968 or 5257613. OLE color: 5257613.
HSL color Cylindrical-coordinate representation of color #8D3950: hue angle of 343.57º degrees, saturation: 0.42, 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 #8D3950 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 80 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.45 |
| HSL | 343.57º | 0.42% | 0.39% | - |
| HSV(B) | 343.57º | 0.6% | 0.55% | - |
| XYZ | 13.9 | 9.17 | 8.63 | - |
| YUV | 84.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 80 | 0 | 0.60 | 0.43 | 0.45 | 343.57 | 0.42 | 0.39 |
| Hex | 8D | 39 | 50 | 0 | 3C | 2B | 2D | 158 | 2A | 27 |
| Octal | 215 | 71 | 120 | 0 | 74 | 53 | 55 | 530 | 52 | 47 |
| Binary | 10001101 | 111001 | 1010000 | 0 | 111100 | 101011 | 101101 | 101011000 | 101010 | 100111 |
Color Harmonies of #8D3950
Complementary color
Monochromatic Colors of #8D3950
Black with #8D3950
Text Example
Text Example
White with #8D3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3950; }
p { color: rgb(141,57,80); }
H1.HeaderClassName
{
color: #8D3950;
}
.AnyTagClassName
{
color: #8D3950;
}
</style>
background-color css
<style>
a { background-color: #8D3950; }
a { background-color: rgb(141,57,80); }
div.DivClassName
{
background-color: #8D3950;
}
.BgClassName
{
background-color: #8D3950;
}
</style>
border-color css
<style>
span { border-color: #8D3950; }
span { border-color: rgb(141,57,80); }
td.TdClassName
{
border-color: #8D3950;
}
.TagClassName
{
border-color: #8D3950;
}
</style>