Shades of Camelot #8A3E4D
Tints of Camelot #8A3E4D
RGB
CMYK
RGB Variations
Color information
#8A3E4D (or 0x8A3E4D) is known color: Camelot. HEX triplet: 8A, 3E and 4D. RGB value is (138,62,77). Sum of RGB (Red+Green+Blue) = 138+62+77=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E4D is #75C1B2. Grayscale: #565656. Windows color (decimal): -7717299 or 5062282. OLE color: 5062282.
HSL color Cylindrical-coordinate representation of color #8A3E4D: hue angle of 348.16º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E4D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 77 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.46 |
| HSL | 348.16º | 0.38% | 0.39% | - |
| HSV(B) | 348.16º | 0.55% | 0.54% | - |
| XYZ | 13.54 | 9.38 | 8.12 | - |
| YUV | 86.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 77 | 0 | 0.55 | 0.44 | 0.46 | 348.16 | 0.38 | 0.39 |
| Hex | 8A | 3E | 4D | 0 | 37 | 2C | 2E | 15C | 26 | 27 |
| Octal | 212 | 76 | 115 | 0 | 67 | 54 | 56 | 534 | 46 | 47 |
| Binary | 10001010 | 111110 | 1001101 | 0 | 110111 | 101100 | 101110 | 101011100 | 100110 | 100111 |
Color Harmonies of #8A3E4D
Complementary color
Monochromatic Colors of #8A3E4D
Black with #8A3E4D
Text Example
Text Example
White with #8A3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E4D; }
p { color: rgb(138,62,77); }
H1.HeaderClassName
{
color: #8A3E4D;
}
.AnyTagClassName
{
color: #8A3E4D;
}
</style>
background-color css
<style>
a { background-color: #8A3E4D; }
a { background-color: rgb(138,62,77); }
div.DivClassName
{
background-color: #8A3E4D;
}
.BgClassName
{
background-color: #8A3E4D;
}
</style>
border-color css
<style>
span { border-color: #8A3E4D; }
span { border-color: rgb(138,62,77); }
td.TdClassName
{
border-color: #8A3E4D;
}
.TagClassName
{
border-color: #8A3E4D;
}
</style>