Shades of Camelot #8F4150
Tints of Camelot #8F4150
RGB
CMYK
RGB Variations
Color information
#8F4150 (or 0x8F4150) is known color: Camelot. HEX triplet: 8F, 41 and 50. RGB value is (143,65,80). Sum of RGB (Red+Green+Blue) = 143+65+80=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4150 is #70BEAF. Grayscale: #5A5A5A. Windows color (decimal): -7388848 or 5259663. OLE color: 5259663.
HSL color Cylindrical-coordinate representation of color #8F4150: hue angle of 348.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4150 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 80 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.44 |
| HSL | 348.46º | 0.38% | 0.41% | - |
| HSV(B) | 348.46º | 0.55% | 0.56% | - |
| XYZ | 14.67 | 10.2 | 8.79 | - |
| YUV | 90.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 80 | 0 | 0.55 | 0.44 | 0.44 | 348.46 | 0.38 | 0.41 |
| Hex | 8F | 41 | 50 | 0 | 37 | 2C | 2C | 15C | 26 | 29 |
| Octal | 217 | 101 | 120 | 0 | 67 | 54 | 54 | 534 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1010000 | 0 | 110111 | 101100 | 101100 | 101011100 | 100110 | 101001 |
Color Harmonies of #8F4150
Complementary color
Monochromatic Colors of #8F4150
Black with #8F4150
Text Example
Text Example
White with #8F4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4150; }
p { color: rgb(143,65,80); }
H1.HeaderClassName
{
color: #8F4150;
}
.AnyTagClassName
{
color: #8F4150;
}
</style>
background-color css
<style>
a { background-color: #8F4150; }
a { background-color: rgb(143,65,80); }
div.DivClassName
{
background-color: #8F4150;
}
.BgClassName
{
background-color: #8F4150;
}
</style>
border-color css
<style>
span { border-color: #8F4150; }
span { border-color: rgb(143,65,80); }
td.TdClassName
{
border-color: #8F4150;
}
.TagClassName
{
border-color: #8F4150;
}
</style>