Shades of Camelot #8F3947
Tints of Camelot #8F3947
RGB
CMYK
RGB Variations
Color information
#8F3947 (or 0x8F3947) is known color: Camelot. HEX triplet: 8F, 39 and 47. RGB value is (143,57,71). Sum of RGB (Red+Green+Blue) = 143+57+71=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3947 is #70C6B8. Grayscale: #545454. Windows color (decimal): -7390905 or 4667791. OLE color: 4667791.
HSL color Cylindrical-coordinate representation of color #8F3947: hue angle of 350.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3947 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 71 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.44 |
| HSL | 350.23º | 0.43% | 0.39% | - |
| HSV(B) | 350.23º | 0.6% | 0.56% | - |
| XYZ | 13.93 | 9.22 | 7.01 | - |
| YUV | 84.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 71 | 0 | 0.60 | 0.50 | 0.44 | 350.23 | 0.43 | 0.39 |
| Hex | 8F | 39 | 47 | 0 | 3C | 32 | 2C | 15E | 2B | 27 |
| Octal | 217 | 71 | 107 | 0 | 74 | 62 | 54 | 536 | 53 | 47 |
| Binary | 10001111 | 111001 | 1000111 | 0 | 111100 | 110010 | 101100 | 101011110 | 101011 | 100111 |
Color Harmonies of #8F3947
Complementary color
Monochromatic Colors of #8F3947
Black with #8F3947
Text Example
Text Example
White with #8F3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3947; }
p { color: rgb(143,57,71); }
H1.HeaderClassName
{
color: #8F3947;
}
.AnyTagClassName
{
color: #8F3947;
}
</style>
background-color css
<style>
a { background-color: #8F3947; }
a { background-color: rgb(143,57,71); }
div.DivClassName
{
background-color: #8F3947;
}
.BgClassName
{
background-color: #8F3947;
}
</style>
border-color css
<style>
span { border-color: #8F3947; }
span { border-color: rgb(143,57,71); }
td.TdClassName
{
border-color: #8F3947;
}
.TagClassName
{
border-color: #8F3947;
}
</style>