Shades of Camelot #8A3449
Tints of Camelot #8A3449
RGB
CMYK
RGB Variations
Color information
#8A3449 (or 0x8A3449) is known color: Camelot. HEX triplet: 8A, 34 and 49. RGB value is (138,52,73). Sum of RGB (Red+Green+Blue) = 138+52+73=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3449 is #75CBB6. Grayscale: #505050. Windows color (decimal): -7719863 or 4797578. OLE color: 4797578.
HSL color Cylindrical-coordinate representation of color #8A3449: hue angle of 345.35º 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 #8A3449 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 73 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.46 |
| HSL | 345.35º | 0.45% | 0.37% | - |
| HSV(B) | 345.35º | 0.62% | 0.54% | - |
| XYZ | 12.91 | 8.34 | 7.23 | - |
| YUV | 80.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 73 | 0 | 0.62 | 0.47 | 0.46 | 345.35 | 0.45 | 0.37 |
| Hex | 8A | 34 | 49 | 0 | 3E | 2F | 2E | 159 | 2D | 25 |
| Octal | 212 | 64 | 111 | 0 | 76 | 57 | 56 | 531 | 55 | 45 |
| Binary | 10001010 | 110100 | 1001001 | 0 | 111110 | 101111 | 101110 | 101011001 | 101101 | 100101 |
Color Harmonies of #8A3449
Complementary color
Monochromatic Colors of #8A3449
Black with #8A3449
Text Example
Text Example
White with #8A3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3449; }
p { color: rgb(138,52,73); }
H1.HeaderClassName
{
color: #8A3449;
}
.AnyTagClassName
{
color: #8A3449;
}
</style>
background-color css
<style>
a { background-color: #8A3449; }
a { background-color: rgb(138,52,73); }
div.DivClassName
{
background-color: #8A3449;
}
.BgClassName
{
background-color: #8A3449;
}
</style>
border-color css
<style>
span { border-color: #8A3449; }
span { border-color: rgb(138,52,73); }
td.TdClassName
{
border-color: #8A3449;
}
.TagClassName
{
border-color: #8A3449;
}
</style>