Shades of Camelot #8A3D49
Tints of Camelot #8A3D49
RGB
CMYK
RGB Variations
Color information
#8A3D49 (or 0x8A3D49) is known color: Camelot. HEX triplet: 8A, 3D and 49. RGB value is (138,61,73). Sum of RGB (Red+Green+Blue) = 138+61+73=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D49 is #75C2B6. Grayscale: #555555. Windows color (decimal): -7717559 or 4799882. OLE color: 4799882.
HSL color Cylindrical-coordinate representation of color #8A3D49: hue angle of 350.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D49 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 73 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.46 |
| HSL | 350.65º | 0.39% | 0.39% | - |
| HSV(B) | 350.65º | 0.56% | 0.54% | - |
| XYZ | 13.35 | 9.22 | 7.38 | - |
| YUV | 85.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 73 | 0 | 0.56 | 0.47 | 0.46 | 350.65 | 0.39 | 0.39 |
| Hex | 8A | 3D | 49 | 0 | 38 | 2F | 2E | 15F | 27 | 27 |
| Octal | 212 | 75 | 111 | 0 | 70 | 57 | 56 | 537 | 47 | 47 |
| Binary | 10001010 | 111101 | 1001001 | 0 | 111000 | 101111 | 101110 | 101011111 | 100111 | 100111 |
Color Harmonies of #8A3D49
Complementary color
Monochromatic Colors of #8A3D49
Black with #8A3D49
Text Example
Text Example
White with #8A3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D49; }
p { color: rgb(138,61,73); }
H1.HeaderClassName
{
color: #8A3D49;
}
.AnyTagClassName
{
color: #8A3D49;
}
</style>
background-color css
<style>
a { background-color: #8A3D49; }
a { background-color: rgb(138,61,73); }
div.DivClassName
{
background-color: #8A3D49;
}
.BgClassName
{
background-color: #8A3D49;
}
</style>
border-color css
<style>
span { border-color: #8A3D49; }
span { border-color: rgb(138,61,73); }
td.TdClassName
{
border-color: #8A3D49;
}
.TagClassName
{
border-color: #8A3D49;
}
</style>