Shades of Camelot #8F3649
Tints of Camelot #8F3649
RGB
CMYK
RGB Variations
Color information
#8F3649 (or 0x8F3649) is known color: Camelot. HEX triplet: 8F, 36 and 49. RGB value is (143,54,73). Sum of RGB (Red+Green+Blue) = 143+54+73=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3649 is #70C9B6. Grayscale: #525252. Windows color (decimal): -7391671 or 4798095. OLE color: 4798095.
HSL color Cylindrical-coordinate representation of color #8F3649: hue angle of 347.19º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3649 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 73 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.44 |
| HSL | 347.19º | 0.45% | 0.39% | - |
| HSV(B) | 347.19º | 0.62% | 0.56% | - |
| XYZ | 13.85 | 8.96 | 7.3 | - |
| YUV | 82.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 73 | 0 | 0.62 | 0.49 | 0.44 | 347.19 | 0.45 | 0.39 |
| Hex | 8F | 36 | 49 | 0 | 3E | 31 | 2C | 15B | 2D | 27 |
| Octal | 217 | 66 | 111 | 0 | 76 | 61 | 54 | 533 | 55 | 47 |
| Binary | 10001111 | 110110 | 1001001 | 0 | 111110 | 110001 | 101100 | 101011011 | 101101 | 100111 |
Color Harmonies of #8F3649
Complementary color
Monochromatic Colors of #8F3649
Black with #8F3649
Text Example
Text Example
White with #8F3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3649; }
p { color: rgb(143,54,73); }
H1.HeaderClassName
{
color: #8F3649;
}
.AnyTagClassName
{
color: #8F3649;
}
</style>
background-color css
<style>
a { background-color: #8F3649; }
a { background-color: rgb(143,54,73); }
div.DivClassName
{
background-color: #8F3649;
}
.BgClassName
{
background-color: #8F3649;
}
</style>
border-color css
<style>
span { border-color: #8F3649; }
span { border-color: rgb(143,54,73); }
td.TdClassName
{
border-color: #8F3649;
}
.TagClassName
{
border-color: #8F3649;
}
</style>