Shades of Camelot #8A4054
Tints of Camelot #8A4054
RGB
CMYK
RGB Variations
Color information
#8A4054 (or 0x8A4054) is known color: Camelot. HEX triplet: 8A, 40 and 54. RGB value is (138,64,84). Sum of RGB (Red+Green+Blue) = 138+64+84=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4054 is #75BFAB. Grayscale: #585858. Windows color (decimal): -7716780 or 5521546. OLE color: 5521546.
HSL color Cylindrical-coordinate representation of color #8A4054: hue angle of 343.78º 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 #8A4054 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 84 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.46 |
| HSL | 343.78º | 0.37% | 0.4% | - |
| HSV(B) | 343.78º | 0.54% | 0.54% | - |
| XYZ | 13.91 | 9.71 | 9.53 | - |
| YUV | 88.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 84 | 0 | 0.54 | 0.39 | 0.46 | 343.78 | 0.37 | 0.4 |
| Hex | 8A | 40 | 54 | 0 | 36 | 27 | 2E | 158 | 25 | 28 |
| Octal | 212 | 100 | 124 | 0 | 66 | 47 | 56 | 530 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1010100 | 0 | 110110 | 100111 | 101110 | 101011000 | 100101 | 101000 |
Color Harmonies of #8A4054
Complementary color
Monochromatic Colors of #8A4054
Black with #8A4054
Text Example
Text Example
White with #8A4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4054; }
p { color: rgb(138,64,84); }
H1.HeaderClassName
{
color: #8A4054;
}
.AnyTagClassName
{
color: #8A4054;
}
</style>
background-color css
<style>
a { background-color: #8A4054; }
a { background-color: rgb(138,64,84); }
div.DivClassName
{
background-color: #8A4054;
}
.BgClassName
{
background-color: #8A4054;
}
</style>
border-color css
<style>
span { border-color: #8A4054; }
span { border-color: rgb(138,64,84); }
td.TdClassName
{
border-color: #8A4054;
}
.TagClassName
{
border-color: #8A4054;
}
</style>