Shades of Camelot #8A3248
Tints of Camelot #8A3248
RGB
CMYK
RGB Variations
Color information
#8A3248 (or 0x8A3248) is known color: Camelot. HEX triplet: 8A, 32 and 48. RGB value is (138,50,72). Sum of RGB (Red+Green+Blue) = 138+50+72=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3248 is #75CDB7. Grayscale: #4E4E4E. Windows color (decimal): -7720376 or 4731530. OLE color: 4731530.
HSL color Cylindrical-coordinate representation of color #8A3248: hue angle of 345º degrees, saturation: 0.47, 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 #8A3248 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 72 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.46 |
| HSL | 345º | 0.47% | 0.37% | - |
| HSV(B) | 345º | 0.64% | 0.54% | - |
| XYZ | 12.79 | 8.15 | 7.03 | - |
| YUV | 78.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 72 | 0 | 0.64 | 0.48 | 0.46 | 345 | 0.47 | 0.37 |
| Hex | 8A | 32 | 48 | 0 | 40 | 30 | 2E | 159 | 2F | 25 |
| Octal | 212 | 62 | 110 | 0 | 100 | 60 | 56 | 531 | 57 | 45 |
| Binary | 10001010 | 110010 | 1001000 | 0 | 1000000 | 110000 | 101110 | 101011001 | 101111 | 100101 |
Color Harmonies of #8A3248
Complementary color
Monochromatic Colors of #8A3248
Black with #8A3248
Text Example
Text Example
White with #8A3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3248; }
p { color: rgb(138,50,72); }
H1.HeaderClassName
{
color: #8A3248;
}
.AnyTagClassName
{
color: #8A3248;
}
</style>
background-color css
<style>
a { background-color: #8A3248; }
a { background-color: rgb(138,50,72); }
div.DivClassName
{
background-color: #8A3248;
}
.BgClassName
{
background-color: #8A3248;
}
</style>
border-color css
<style>
span { border-color: #8A3248; }
span { border-color: rgb(138,50,72); }
td.TdClassName
{
border-color: #8A3248;
}
.TagClassName
{
border-color: #8A3248;
}
</style>