Shades of Camelot #8C394B
Tints of Camelot #8C394B
RGB
CMYK
RGB Variations
Color information
#8C394B (or 0x8C394B) is known color: Camelot. HEX triplet: 8C, 39 and 4B. RGB value is (140,57,75). Sum of RGB (Red+Green+Blue) = 140+57+75=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C394B is #73C6B4. Grayscale: #535353. Windows color (decimal): -7587509 or 4929932. OLE color: 4929932.
HSL color Cylindrical-coordinate representation of color #8C394B: hue angle of 346.99º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C394B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 75 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.45 |
| HSL | 346.99º | 0.42% | 0.39% | - |
| HSV(B) | 346.99º | 0.59% | 0.55% | - |
| XYZ | 13.55 | 9.01 | 7.68 | - |
| YUV | 83.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 75 | 0 | 0.59 | 0.46 | 0.45 | 346.99 | 0.42 | 0.39 |
| Hex | 8C | 39 | 4B | 0 | 3B | 2E | 2D | 15B | 2A | 27 |
| Octal | 214 | 71 | 113 | 0 | 73 | 56 | 55 | 533 | 52 | 47 |
| Binary | 10001100 | 111001 | 1001011 | 0 | 111011 | 101110 | 101101 | 101011011 | 101010 | 100111 |
Color Harmonies of #8C394B
Complementary color
Monochromatic Colors of #8C394B
Black with #8C394B
Text Example
Text Example
White with #8C394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C394B; }
p { color: rgb(140,57,75); }
H1.HeaderClassName
{
color: #8C394B;
}
.AnyTagClassName
{
color: #8C394B;
}
</style>
background-color css
<style>
a { background-color: #8C394B; }
a { background-color: rgb(140,57,75); }
div.DivClassName
{
background-color: #8C394B;
}
.BgClassName
{
background-color: #8C394B;
}
</style>
border-color css
<style>
span { border-color: #8C394B; }
span { border-color: rgb(140,57,75); }
td.TdClassName
{
border-color: #8C394B;
}
.TagClassName
{
border-color: #8C394B;
}
</style>