Shades of Camelot #8F394A
Tints of Camelot #8F394A
RGB
CMYK
RGB Variations
Color information
#8F394A (or 0x8F394A) is known color: Camelot. HEX triplet: 8F, 39 and 4A. RGB value is (143,57,74). Sum of RGB (Red+Green+Blue) = 143+57+74=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F394A is #70C6B5. Grayscale: #545454. Windows color (decimal): -7390902 or 4864399. OLE color: 4864399.
HSL color Cylindrical-coordinate representation of color #8F394A: hue angle of 348.14º 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 #8F394A is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 74 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.44 |
| HSL | 348.14º | 0.43% | 0.39% | - |
| HSV(B) | 348.14º | 0.6% | 0.56% | - |
| XYZ | 14.03 | 9.26 | 7.53 | - |
| YUV | 84.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 74 | 0 | 0.60 | 0.48 | 0.44 | 348.14 | 0.43 | 0.39 |
| Hex | 8F | 39 | 4A | 0 | 3C | 30 | 2C | 15C | 2B | 27 |
| Octal | 217 | 71 | 112 | 0 | 74 | 60 | 54 | 534 | 53 | 47 |
| Binary | 10001111 | 111001 | 1001010 | 0 | 111100 | 110000 | 101100 | 101011100 | 101011 | 100111 |
Color Harmonies of #8F394A
Complementary color
Monochromatic Colors of #8F394A
Black with #8F394A
Text Example
Text Example
White with #8F394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F394A; }
p { color: rgb(143,57,74); }
H1.HeaderClassName
{
color: #8F394A;
}
.AnyTagClassName
{
color: #8F394A;
}
</style>
background-color css
<style>
a { background-color: #8F394A; }
a { background-color: rgb(143,57,74); }
div.DivClassName
{
background-color: #8F394A;
}
.BgClassName
{
background-color: #8F394A;
}
</style>
border-color css
<style>
span { border-color: #8F394A; }
span { border-color: rgb(143,57,74); }
td.TdClassName
{
border-color: #8F394A;
}
.TagClassName
{
border-color: #8F394A;
}
</style>