Shades of Camelot #8C3145
Tints of Camelot #8C3145
RGB
CMYK
RGB Variations
Color information
#8C3145 (or 0x8C3145) is known color: Camelot. HEX triplet: 8C, 31 and 45. RGB value is (140,49,69). Sum of RGB (Red+Green+Blue) = 140+49+69=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3145 is #73CEBA. Grayscale: #4E4E4E. Windows color (decimal): -7589563 or 4534668. OLE color: 4534668.
HSL color Cylindrical-coordinate representation of color #8C3145: hue angle of 346.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3145 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 69 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.45 |
| HSL | 346.81º | 0.48% | 0.37% | - |
| HSV(B) | 346.81º | 0.65% | 0.55% | - |
| XYZ | 12.99 | 8.2 | 6.53 | - |
| YUV | 78.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 69 | 0 | 0.65 | 0.51 | 0.45 | 346.81 | 0.48 | 0.37 |
| Hex | 8C | 31 | 45 | 0 | 41 | 33 | 2D | 15B | 30 | 25 |
| Octal | 214 | 61 | 105 | 0 | 101 | 63 | 55 | 533 | 60 | 45 |
| Binary | 10001100 | 110001 | 1000101 | 0 | 1000001 | 110011 | 101101 | 101011011 | 110000 | 100101 |
Color Harmonies of #8C3145
Complementary color
Monochromatic Colors of #8C3145
Black with #8C3145
Text Example
Text Example
White with #8C3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3145; }
p { color: rgb(140,49,69); }
H1.HeaderClassName
{
color: #8C3145;
}
.AnyTagClassName
{
color: #8C3145;
}
</style>
background-color css
<style>
a { background-color: #8C3145; }
a { background-color: rgb(140,49,69); }
div.DivClassName
{
background-color: #8C3145;
}
.BgClassName
{
background-color: #8C3145;
}
</style>
border-color css
<style>
span { border-color: #8C3145; }
span { border-color: rgb(140,49,69); }
td.TdClassName
{
border-color: #8C3145;
}
.TagClassName
{
border-color: #8C3145;
}
</style>