Shades of Camelot #8A3144
Tints of Camelot #8A3144
RGB
CMYK
RGB Variations
Color information
#8A3144 (or 0x8A3144) is known color: Camelot. HEX triplet: 8A, 31 and 44. RGB value is (138,49,68). Sum of RGB (Red+Green+Blue) = 138+49+68=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3144 is #75CEBB. Grayscale: #4D4D4D. Windows color (decimal): -7720636 or 4469130. OLE color: 4469130.
HSL color Cylindrical-coordinate representation of color #8A3144: hue angle of 347.19º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3144 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 68 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.46 |
| HSL | 347.19º | 0.48% | 0.37% | - |
| HSV(B) | 347.19º | 0.64% | 0.54% | - |
| XYZ | 12.62 | 8.02 | 6.35 | - |
| YUV | 77.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 68 | 0 | 0.64 | 0.51 | 0.46 | 347.19 | 0.48 | 0.37 |
| Hex | 8A | 31 | 44 | 0 | 40 | 33 | 2E | 15B | 30 | 25 |
| Octal | 212 | 61 | 104 | 0 | 100 | 63 | 56 | 533 | 60 | 45 |
| Binary | 10001010 | 110001 | 1000100 | 0 | 1000000 | 110011 | 101110 | 101011011 | 110000 | 100101 |
Color Harmonies of #8A3144
Complementary color
Monochromatic Colors of #8A3144
Black with #8A3144
Text Example
Text Example
White with #8A3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3144; }
p { color: rgb(138,49,68); }
H1.HeaderClassName
{
color: #8A3144;
}
.AnyTagClassName
{
color: #8A3144;
}
</style>
background-color css
<style>
a { background-color: #8A3144; }
a { background-color: rgb(138,49,68); }
div.DivClassName
{
background-color: #8A3144;
}
.BgClassName
{
background-color: #8A3144;
}
</style>
border-color css
<style>
span { border-color: #8A3144; }
span { border-color: rgb(138,49,68); }
td.TdClassName
{
border-color: #8A3144;
}
.TagClassName
{
border-color: #8A3144;
}
</style>