Shades of Camelot #8F3547
Tints of Camelot #8F3547
RGB
CMYK
RGB Variations
Color information
#8F3547 (or 0x8F3547) is known color: Camelot. HEX triplet: 8F, 35 and 47. RGB value is (143,53,71). Sum of RGB (Red+Green+Blue) = 143+53+71=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3547 is #70CAB8. Grayscale: #515151. Windows color (decimal): -7391929 or 4666767. OLE color: 4666767.
HSL color Cylindrical-coordinate representation of color #8F3547: hue angle of 348º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3547 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 71 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.44 |
| HSL | 348º | 0.46% | 0.38% | - |
| HSV(B) | 348º | 0.63% | 0.56% | - |
| XYZ | 13.74 | 8.84 | 6.94 | - |
| YUV | 81.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 71 | 0 | 0.63 | 0.50 | 0.44 | 348 | 0.46 | 0.38 |
| Hex | 8F | 35 | 47 | 0 | 3F | 32 | 2C | 15C | 2E | 26 |
| Octal | 217 | 65 | 107 | 0 | 77 | 62 | 54 | 534 | 56 | 46 |
| Binary | 10001111 | 110101 | 1000111 | 0 | 111111 | 110010 | 101100 | 101011100 | 101110 | 100110 |
Color Harmonies of #8F3547
Complementary color
Monochromatic Colors of #8F3547
Black with #8F3547
Text Example
Text Example
White with #8F3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3547; }
p { color: rgb(143,53,71); }
H1.HeaderClassName
{
color: #8F3547;
}
.AnyTagClassName
{
color: #8F3547;
}
</style>
background-color css
<style>
a { background-color: #8F3547; }
a { background-color: rgb(143,53,71); }
div.DivClassName
{
background-color: #8F3547;
}
.BgClassName
{
background-color: #8F3547;
}
</style>
border-color css
<style>
span { border-color: #8F3547; }
span { border-color: rgb(143,53,71); }
td.TdClassName
{
border-color: #8F3547;
}
.TagClassName
{
border-color: #8F3547;
}
</style>