Shades of Camelot #8C3448
Tints of Camelot #8C3448
RGB
CMYK
RGB Variations
Color information
#8C3448 (or 0x8C3448) is known color: Camelot. HEX triplet: 8C, 34 and 48. RGB value is (140,52,72). Sum of RGB (Red+Green+Blue) = 140+52+72=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3448 is #73CBB7. Grayscale: #505050. Windows color (decimal): -7588792 or 4732044. OLE color: 4732044.
HSL color Cylindrical-coordinate representation of color #8C3448: hue angle of 346.36º 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 #8C3448 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 72 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.45 |
| HSL | 346.36º | 0.46% | 0.38% | - |
| HSV(B) | 346.36º | 0.63% | 0.55% | - |
| XYZ | 13.21 | 8.5 | 7.08 | - |
| YUV | 80.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 72 | 0 | 0.63 | 0.49 | 0.45 | 346.36 | 0.46 | 0.38 |
| Hex | 8C | 34 | 48 | 0 | 3F | 31 | 2D | 15A | 2E | 26 |
| Octal | 214 | 64 | 110 | 0 | 77 | 61 | 55 | 532 | 56 | 46 |
| Binary | 10001100 | 110100 | 1001000 | 0 | 111111 | 110001 | 101101 | 101011010 | 101110 | 100110 |
Color Harmonies of #8C3448
Complementary color
Monochromatic Colors of #8C3448
Black with #8C3448
Text Example
Text Example
White with #8C3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3448; }
p { color: rgb(140,52,72); }
H1.HeaderClassName
{
color: #8C3448;
}
.AnyTagClassName
{
color: #8C3448;
}
</style>
background-color css
<style>
a { background-color: #8C3448; }
a { background-color: rgb(140,52,72); }
div.DivClassName
{
background-color: #8C3448;
}
.BgClassName
{
background-color: #8C3448;
}
</style>
border-color css
<style>
span { border-color: #8C3448; }
span { border-color: rgb(140,52,72); }
td.TdClassName
{
border-color: #8C3448;
}
.TagClassName
{
border-color: #8C3448;
}
</style>