Shades of Camelot #8A4156
Tints of Camelot #8A4156
RGB
CMYK
RGB Variations
Color information
#8A4156 (or 0x8A4156) is known color: Camelot. HEX triplet: 8A, 41 and 56. RGB value is (138,65,86). Sum of RGB (Red+Green+Blue) = 138+65+86=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4156 is #75BEA9. Grayscale: #595959. Windows color (decimal): -7716522 or 5652874. OLE color: 5652874.
HSL color Cylindrical-coordinate representation of color #8A4156: hue angle of 342.74º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4156 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 86 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.46 |
| HSL | 342.74º | 0.36% | 0.4% | - |
| HSV(B) | 342.74º | 0.53% | 0.54% | - |
| XYZ | 14.05 | 9.86 | 9.97 | - |
| YUV | 89.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 86 | 0 | 0.53 | 0.38 | 0.46 | 342.74 | 0.36 | 0.4 |
| Hex | 8A | 41 | 56 | 0 | 35 | 26 | 2E | 157 | 24 | 28 |
| Octal | 212 | 101 | 126 | 0 | 65 | 46 | 56 | 527 | 44 | 50 |
| Binary | 10001010 | 1000001 | 1010110 | 0 | 110101 | 100110 | 101110 | 101010111 | 100100 | 101000 |
Color Harmonies of #8A4156
Complementary color
Monochromatic Colors of #8A4156
Black with #8A4156
Text Example
Text Example
White with #8A4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4156; }
p { color: rgb(138,65,86); }
H1.HeaderClassName
{
color: #8A4156;
}
.AnyTagClassName
{
color: #8A4156;
}
</style>
background-color css
<style>
a { background-color: #8A4156; }
a { background-color: rgb(138,65,86); }
div.DivClassName
{
background-color: #8A4156;
}
.BgClassName
{
background-color: #8A4156;
}
</style>
border-color css
<style>
span { border-color: #8A4156; }
span { border-color: rgb(138,65,86); }
td.TdClassName
{
border-color: #8A4156;
}
.TagClassName
{
border-color: #8A4156;
}
</style>