Shades of Camelot #8A3A49
Tints of Camelot #8A3A49
RGB
CMYK
RGB Variations
Color information
#8A3A49 (or 0x8A3A49) is known color: Camelot. HEX triplet: 8A, 3A and 49. RGB value is (138,58,73). Sum of RGB (Red+Green+Blue) = 138+58+73=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3A49 is #75C5B6. Grayscale: #535353. Windows color (decimal): -7718327 or 4799114. OLE color: 4799114.
HSL color Cylindrical-coordinate representation of color #8A3A49: hue angle of 348.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A49 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 73 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.46 |
| HSL | 348.75º | 0.41% | 0.38% | - |
| HSV(B) | 348.75º | 0.58% | 0.54% | - |
| XYZ | 13.2 | 8.91 | 7.33 | - |
| YUV | 83.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 73 | 0 | 0.58 | 0.47 | 0.46 | 348.75 | 0.41 | 0.38 |
| Hex | 8A | 3A | 49 | 0 | 3A | 2F | 2E | 15D | 29 | 26 |
| Octal | 212 | 72 | 111 | 0 | 72 | 57 | 56 | 535 | 51 | 46 |
| Binary | 10001010 | 111010 | 1001001 | 0 | 111010 | 101111 | 101110 | 101011101 | 101001 | 100110 |
Color Harmonies of #8A3A49
Complementary color
Monochromatic Colors of #8A3A49
Black with #8A3A49
Text Example
Text Example
White with #8A3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A49; }
p { color: rgb(138,58,73); }
H1.HeaderClassName
{
color: #8A3A49;
}
.AnyTagClassName
{
color: #8A3A49;
}
</style>
background-color css
<style>
a { background-color: #8A3A49; }
a { background-color: rgb(138,58,73); }
div.DivClassName
{
background-color: #8A3A49;
}
.BgClassName
{
background-color: #8A3A49;
}
</style>
border-color css
<style>
span { border-color: #8A3A49; }
span { border-color: rgb(138,58,73); }
td.TdClassName
{
border-color: #8A3A49;
}
.TagClassName
{
border-color: #8A3A49;
}
</style>