Shades of Camelot #8A344A
Tints of Camelot #8A344A
RGB
CMYK
RGB Variations
Color information
#8A344A (or 0x8A344A) is known color: Camelot. HEX triplet: 8A, 34 and 4A. RGB value is (138,52,74). Sum of RGB (Red+Green+Blue) = 138+52+74=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A344A is #75CBB5. Grayscale: #505050. Windows color (decimal): -7719862 or 4863114. OLE color: 4863114.
HSL color Cylindrical-coordinate representation of color #8A344A: hue angle of 344.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A344A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 74 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.46 |
| HSL | 344.65º | 0.45% | 0.37% | - |
| HSV(B) | 344.65º | 0.62% | 0.54% | - |
| XYZ | 12.95 | 8.35 | 7.41 | - |
| YUV | 80.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 74 | 0 | 0.62 | 0.46 | 0.46 | 344.65 | 0.45 | 0.37 |
| Hex | 8A | 34 | 4A | 0 | 3E | 2E | 2E | 159 | 2D | 25 |
| Octal | 212 | 64 | 112 | 0 | 76 | 56 | 56 | 531 | 55 | 45 |
| Binary | 10001010 | 110100 | 1001010 | 0 | 111110 | 101110 | 101110 | 101011001 | 101101 | 100101 |
Color Harmonies of #8A344A
Complementary color
Monochromatic Colors of #8A344A
Black with #8A344A
Text Example
Text Example
White with #8A344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A344A; }
p { color: rgb(138,52,74); }
H1.HeaderClassName
{
color: #8A344A;
}
.AnyTagClassName
{
color: #8A344A;
}
</style>
background-color css
<style>
a { background-color: #8A344A; }
a { background-color: rgb(138,52,74); }
div.DivClassName
{
background-color: #8A344A;
}
.BgClassName
{
background-color: #8A344A;
}
</style>
border-color css
<style>
span { border-color: #8A344A; }
span { border-color: rgb(138,52,74); }
td.TdClassName
{
border-color: #8A344A;
}
.TagClassName
{
border-color: #8A344A;
}
</style>