Shades of Camelot #8A3F53
Tints of Camelot #8A3F53
RGB
CMYK
RGB Variations
Color information
#8A3F53 (or 0x8A3F53) is known color: Camelot. HEX triplet: 8A, 3F and 53. RGB value is (138,63,83). Sum of RGB (Red+Green+Blue) = 138+63+83=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F53 is #75C0AC. Grayscale: #575757. Windows color (decimal): -7717037 or 5455754. OLE color: 5455754.
HSL color Cylindrical-coordinate representation of color #8A3F53: hue angle of 344º 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 #8A3F53 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 83 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.46 |
| HSL | 344º | 0.37% | 0.39% | - |
| HSV(B) | 344º | 0.54% | 0.54% | - |
| XYZ | 13.82 | 9.58 | 9.3 | - |
| YUV | 87.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 83 | 0 | 0.54 | 0.40 | 0.46 | 344 | 0.37 | 0.39 |
| Hex | 8A | 3F | 53 | 0 | 36 | 28 | 2E | 158 | 25 | 27 |
| Octal | 212 | 77 | 123 | 0 | 66 | 50 | 56 | 530 | 45 | 47 |
| Binary | 10001010 | 111111 | 1010011 | 0 | 110110 | 101000 | 101110 | 101011000 | 100101 | 100111 |
Color Harmonies of #8A3F53
Complementary color
Monochromatic Colors of #8A3F53
Black with #8A3F53
Text Example
Text Example
White with #8A3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F53; }
p { color: rgb(138,63,83); }
H1.HeaderClassName
{
color: #8A3F53;
}
.AnyTagClassName
{
color: #8A3F53;
}
</style>
background-color css
<style>
a { background-color: #8A3F53; }
a { background-color: rgb(138,63,83); }
div.DivClassName
{
background-color: #8A3F53;
}
.BgClassName
{
background-color: #8A3F53;
}
</style>
border-color css
<style>
span { border-color: #8A3F53; }
span { border-color: rgb(138,63,83); }
td.TdClassName
{
border-color: #8A3F53;
}
.TagClassName
{
border-color: #8A3F53;
}
</style>