Shades of Camelot #8F3E4B
Tints of Camelot #8F3E4B
RGB
CMYK
RGB Variations
Color information
#8F3E4B (or 0x8F3E4B) is known color: Camelot. HEX triplet: 8F, 3E and 4B. RGB value is (143,62,75). Sum of RGB (Red+Green+Blue) = 143+62+75=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E4B is #70C1B4. Grayscale: #575757. Windows color (decimal): -7389621 or 4931215. OLE color: 4931215.
HSL color Cylindrical-coordinate representation of color #8F3E4B: hue angle of 350.37º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3E4B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 75 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.44 |
| HSL | 350.37º | 0.4% | 0.4% | - |
| HSV(B) | 350.37º | 0.57% | 0.56% | - |
| XYZ | 14.32 | 9.79 | 7.79 | - |
| YUV | 87.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 75 | 0 | 0.57 | 0.48 | 0.44 | 350.37 | 0.4 | 0.4 |
| Hex | 8F | 3E | 4B | 0 | 39 | 30 | 2C | 15E | 28 | 28 |
| Octal | 217 | 76 | 113 | 0 | 71 | 60 | 54 | 536 | 50 | 50 |
| Binary | 10001111 | 111110 | 1001011 | 0 | 111001 | 110000 | 101100 | 101011110 | 101000 | 101000 |
Color Harmonies of #8F3E4B
Complementary color
Monochromatic Colors of #8F3E4B
Black with #8F3E4B
Text Example
Text Example
White with #8F3E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E4B; }
p { color: rgb(143,62,75); }
H1.HeaderClassName
{
color: #8F3E4B;
}
.AnyTagClassName
{
color: #8F3E4B;
}
</style>
background-color css
<style>
a { background-color: #8F3E4B; }
a { background-color: rgb(143,62,75); }
div.DivClassName
{
background-color: #8F3E4B;
}
.BgClassName
{
background-color: #8F3E4B;
}
</style>
border-color css
<style>
span { border-color: #8F3E4B; }
span { border-color: rgb(143,62,75); }
td.TdClassName
{
border-color: #8F3E4B;
}
.TagClassName
{
border-color: #8F3E4B;
}
</style>