Shades of Camelot #8A3F57
Tints of Camelot #8A3F57
RGB
CMYK
RGB Variations
Color information
#8A3F57 (or 0x8A3F57) is known color: Camelot. HEX triplet: 8A, 3F and 57. RGB value is (138,63,87). Sum of RGB (Red+Green+Blue) = 138+63+87=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F57 is #75C0A8. Grayscale: #585858. Windows color (decimal): -7717033 or 5717898. OLE color: 5717898.
HSL color Cylindrical-coordinate representation of color #8A3F57: hue angle of 340.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F57 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 87 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.46 |
| HSL | 340.8º | 0.37% | 0.39% | - |
| HSV(B) | 340.8º | 0.54% | 0.54% | - |
| XYZ | 13.98 | 9.65 | 10.14 | - |
| YUV | 88.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 87 | 0 | 0.54 | 0.37 | 0.46 | 340.8 | 0.37 | 0.39 |
| Hex | 8A | 3F | 57 | 0 | 36 | 25 | 2E | 155 | 25 | 27 |
| Octal | 212 | 77 | 127 | 0 | 66 | 45 | 56 | 525 | 45 | 47 |
| Binary | 10001010 | 111111 | 1010111 | 0 | 110110 | 100101 | 101110 | 101010101 | 100101 | 100111 |
Color Harmonies of #8A3F57
Complementary color
Monochromatic Colors of #8A3F57
Black with #8A3F57
Text Example
Text Example
White with #8A3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F57; }
p { color: rgb(138,63,87); }
H1.HeaderClassName
{
color: #8A3F57;
}
.AnyTagClassName
{
color: #8A3F57;
}
</style>
background-color css
<style>
a { background-color: #8A3F57; }
a { background-color: rgb(138,63,87); }
div.DivClassName
{
background-color: #8A3F57;
}
.BgClassName
{
background-color: #8A3F57;
}
</style>
border-color css
<style>
span { border-color: #8A3F57; }
span { border-color: rgb(138,63,87); }
td.TdClassName
{
border-color: #8A3F57;
}
.TagClassName
{
border-color: #8A3F57;
}
</style>