Shades of Camelot #8C3449
Tints of Camelot #8C3449
RGB
CMYK
RGB Variations
Color information
#8C3449 (or 0x8C3449) is known color: Camelot. HEX triplet: 8C, 34 and 49. RGB value is (140,52,73). Sum of RGB (Red+Green+Blue) = 140+52+73=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3449 is #73CBB6. Grayscale: #505050. Windows color (decimal): -7588791 or 4797580. OLE color: 4797580.
HSL color Cylindrical-coordinate representation of color #8C3449: hue angle of 345.68º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3449 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 73 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.45 |
| HSL | 345.68º | 0.46% | 0.38% | - |
| HSV(B) | 345.68º | 0.63% | 0.55% | - |
| XYZ | 13.25 | 8.51 | 7.25 | - |
| YUV | 80.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 73 | 0 | 0.63 | 0.48 | 0.45 | 345.68 | 0.46 | 0.38 |
| Hex | 8C | 34 | 49 | 0 | 3F | 30 | 2D | 15A | 2E | 26 |
| Octal | 214 | 64 | 111 | 0 | 77 | 60 | 55 | 532 | 56 | 46 |
| Binary | 10001100 | 110100 | 1001001 | 0 | 111111 | 110000 | 101101 | 101011010 | 101110 | 100110 |
Color Harmonies of #8C3449
Complementary color
Monochromatic Colors of #8C3449
Black with #8C3449
Text Example
Text Example
White with #8C3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3449; }
p { color: rgb(140,52,73); }
H1.HeaderClassName
{
color: #8C3449;
}
.AnyTagClassName
{
color: #8C3449;
}
</style>
background-color css
<style>
a { background-color: #8C3449; }
a { background-color: rgb(140,52,73); }
div.DivClassName
{
background-color: #8C3449;
}
.BgClassName
{
background-color: #8C3449;
}
</style>
border-color css
<style>
span { border-color: #8C3449; }
span { border-color: rgb(140,52,73); }
td.TdClassName
{
border-color: #8C3449;
}
.TagClassName
{
border-color: #8C3449;
}
</style>