Shades of Camelot #8F3A48
Tints of Camelot #8F3A48
RGB
CMYK
RGB Variations
Color information
#8F3A48 (or 0x8F3A48) is known color: Camelot. HEX triplet: 8F, 3A and 48. RGB value is (143,58,72). Sum of RGB (Red+Green+Blue) = 143+58+72=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A48 is #70C5B7. Grayscale: #555555. Windows color (decimal): -7390648 or 4733583. OLE color: 4733583.
HSL color Cylindrical-coordinate representation of color #8F3A48: hue angle of 350.12º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A48 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 72 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.44 |
| HSL | 350.12º | 0.42% | 0.39% | - |
| HSV(B) | 350.12º | 0.59% | 0.56% | - |
| XYZ | 14.01 | 9.33 | 7.19 | - |
| YUV | 85.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 72 | 0 | 0.59 | 0.50 | 0.44 | 350.12 | 0.42 | 0.39 |
| Hex | 8F | 3A | 48 | 0 | 3B | 32 | 2C | 15E | 2A | 27 |
| Octal | 217 | 72 | 110 | 0 | 73 | 62 | 54 | 536 | 52 | 47 |
| Binary | 10001111 | 111010 | 1001000 | 0 | 111011 | 110010 | 101100 | 101011110 | 101010 | 100111 |
Color Harmonies of #8F3A48
Complementary color
Monochromatic Colors of #8F3A48
Black with #8F3A48
Text Example
Text Example
White with #8F3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A48; }
p { color: rgb(143,58,72); }
H1.HeaderClassName
{
color: #8F3A48;
}
.AnyTagClassName
{
color: #8F3A48;
}
</style>
background-color css
<style>
a { background-color: #8F3A48; }
a { background-color: rgb(143,58,72); }
div.DivClassName
{
background-color: #8F3A48;
}
.BgClassName
{
background-color: #8F3A48;
}
</style>
border-color css
<style>
span { border-color: #8F3A48; }
span { border-color: rgb(143,58,72); }
td.TdClassName
{
border-color: #8F3A48;
}
.TagClassName
{
border-color: #8F3A48;
}
</style>