Shades of Camelot #8C3F4B
Tints of Camelot #8C3F4B
RGB
CMYK
RGB Variations
Color information
#8C3F4B (or 0x8C3F4B) is known color: Camelot. HEX triplet: 8C, 3F and 4B. RGB value is (140,63,75). Sum of RGB (Red+Green+Blue) = 140+63+75=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F4B is #73C0B4. Grayscale: #575757. Windows color (decimal): -7585973 or 4931468. OLE color: 4931468.
HSL color Cylindrical-coordinate representation of color #8C3F4B: hue angle of 350.65º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F4B is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 75 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.45 |
| HSL | 350.65º | 0.38% | 0.4% | - |
| HSV(B) | 350.65º | 0.55% | 0.55% | - |
| XYZ | 13.86 | 9.64 | 7.79 | - |
| YUV | 87.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 75 | 0 | 0.55 | 0.46 | 0.45 | 350.65 | 0.38 | 0.4 |
| Hex | 8C | 3F | 4B | 0 | 37 | 2E | 2D | 15F | 26 | 28 |
| Octal | 214 | 77 | 113 | 0 | 67 | 56 | 55 | 537 | 46 | 50 |
| Binary | 10001100 | 111111 | 1001011 | 0 | 110111 | 101110 | 101101 | 101011111 | 100110 | 101000 |
Color Harmonies of #8C3F4B
Complementary color
Monochromatic Colors of #8C3F4B
Black with #8C3F4B
Text Example
Text Example
White with #8C3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F4B; }
p { color: rgb(140,63,75); }
H1.HeaderClassName
{
color: #8C3F4B;
}
.AnyTagClassName
{
color: #8C3F4B;
}
</style>
background-color css
<style>
a { background-color: #8C3F4B; }
a { background-color: rgb(140,63,75); }
div.DivClassName
{
background-color: #8C3F4B;
}
.BgClassName
{
background-color: #8C3F4B;
}
</style>
border-color css
<style>
span { border-color: #8C3F4B; }
span { border-color: rgb(140,63,75); }
td.TdClassName
{
border-color: #8C3F4B;
}
.TagClassName
{
border-color: #8C3F4B;
}
</style>