Shades of Camelot #8C3D4A
Tints of Camelot #8C3D4A
RGB
CMYK
RGB Variations
Color information
#8C3D4A (or 0x8C3D4A) is known color: Camelot. HEX triplet: 8C, 3D and 4A. RGB value is (140,61,74). Sum of RGB (Red+Green+Blue) = 140+61+74=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3D4A is #73C2B5. Grayscale: #565656. Windows color (decimal): -7586486 or 4865420. OLE color: 4865420.
HSL color Cylindrical-coordinate representation of color #8C3D4A: hue angle of 350.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3D4A is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 61 | 74 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.45 |
| HSL | 350.13º | 0.39% | 0.39% | - |
| HSV(B) | 350.13º | 0.56% | 0.55% | - |
| XYZ | 13.72 | 9.41 | 7.57 | - |
| YUV | 86.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 74 | 0 | 0.56 | 0.47 | 0.45 | 350.13 | 0.39 | 0.39 |
| Hex | 8C | 3D | 4A | 0 | 38 | 2F | 2D | 15E | 27 | 27 |
| Octal | 214 | 75 | 112 | 0 | 70 | 57 | 55 | 536 | 47 | 47 |
| Binary | 10001100 | 111101 | 1001010 | 0 | 111000 | 101111 | 101101 | 101011110 | 100111 | 100111 |
Color Harmonies of #8C3D4A
Complementary color
Monochromatic Colors of #8C3D4A
Black with #8C3D4A
Text Example
Text Example
White with #8C3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3D4A; }
p { color: rgb(140,61,74); }
H1.HeaderClassName
{
color: #8C3D4A;
}
.AnyTagClassName
{
color: #8C3D4A;
}
</style>
background-color css
<style>
a { background-color: #8C3D4A; }
a { background-color: rgb(140,61,74); }
div.DivClassName
{
background-color: #8C3D4A;
}
.BgClassName
{
background-color: #8C3D4A;
}
</style>
border-color css
<style>
span { border-color: #8C3D4A; }
span { border-color: rgb(140,61,74); }
td.TdClassName
{
border-color: #8C3D4A;
}
.TagClassName
{
border-color: #8C3D4A;
}
</style>