Shades of Camelot #8A404D
Tints of Camelot #8A404D
RGB
CMYK
RGB Variations
Color information
#8A404D (or 0x8A404D) is known color: Camelot. HEX triplet: 8A, 40 and 4D. RGB value is (138,64,77). Sum of RGB (Red+Green+Blue) = 138+64+77=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A404D is #75BFB2. Grayscale: #575757. Windows color (decimal): -7716787 or 5062794. OLE color: 5062794.
HSL color Cylindrical-coordinate representation of color #8A404D: hue angle of 349.46º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A404D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 77 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.46 |
| HSL | 349.46º | 0.37% | 0.4% | - |
| HSV(B) | 349.46º | 0.54% | 0.54% | - |
| XYZ | 13.65 | 9.61 | 8.16 | - |
| YUV | 87.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 77 | 0 | 0.54 | 0.44 | 0.46 | 349.46 | 0.37 | 0.4 |
| Hex | 8A | 40 | 4D | 0 | 36 | 2C | 2E | 15D | 25 | 28 |
| Octal | 212 | 100 | 115 | 0 | 66 | 54 | 56 | 535 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1001101 | 0 | 110110 | 101100 | 101110 | 101011101 | 100101 | 101000 |
Color Harmonies of #8A404D
Complementary color
Monochromatic Colors of #8A404D
Black with #8A404D
Text Example
Text Example
White with #8A404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A404D; }
p { color: rgb(138,64,77); }
H1.HeaderClassName
{
color: #8A404D;
}
.AnyTagClassName
{
color: #8A404D;
}
</style>
background-color css
<style>
a { background-color: #8A404D; }
a { background-color: rgb(138,64,77); }
div.DivClassName
{
background-color: #8A404D;
}
.BgClassName
{
background-color: #8A404D;
}
</style>
border-color css
<style>
span { border-color: #8A404D; }
span { border-color: rgb(138,64,77); }
td.TdClassName
{
border-color: #8A404D;
}
.TagClassName
{
border-color: #8A404D;
}
</style>