Shades of Camelot #8A3D48
Tints of Camelot #8A3D48
RGB
CMYK
RGB Variations
Color information
#8A3D48 (or 0x8A3D48) is known color: Camelot. HEX triplet: 8A, 3D and 48. RGB value is (138,61,72). Sum of RGB (Red+Green+Blue) = 138+61+72=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D48 is #75C2B7. Grayscale: #555555. Windows color (decimal): -7717560 or 4734346. OLE color: 4734346.
HSL color Cylindrical-coordinate representation of color #8A3D48: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D48 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 72 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.46 |
| HSL | 351.43º | 0.39% | 0.39% | - |
| HSV(B) | 351.43º | 0.56% | 0.54% | - |
| XYZ | 13.32 | 9.21 | 7.21 | - |
| YUV | 85.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 72 | 0 | 0.56 | 0.48 | 0.46 | 351.43 | 0.39 | 0.39 |
| Hex | 8A | 3D | 48 | 0 | 38 | 30 | 2E | 15F | 27 | 27 |
| Octal | 212 | 75 | 110 | 0 | 70 | 60 | 56 | 537 | 47 | 47 |
| Binary | 10001010 | 111101 | 1001000 | 0 | 111000 | 110000 | 101110 | 101011111 | 100111 | 100111 |
Color Harmonies of #8A3D48
Complementary color
Monochromatic Colors of #8A3D48
Black with #8A3D48
Text Example
Text Example
White with #8A3D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D48; }
p { color: rgb(138,61,72); }
H1.HeaderClassName
{
color: #8A3D48;
}
.AnyTagClassName
{
color: #8A3D48;
}
</style>
background-color css
<style>
a { background-color: #8A3D48; }
a { background-color: rgb(138,61,72); }
div.DivClassName
{
background-color: #8A3D48;
}
.BgClassName
{
background-color: #8A3D48;
}
</style>
border-color css
<style>
span { border-color: #8A3D48; }
span { border-color: rgb(138,61,72); }
td.TdClassName
{
border-color: #8A3D48;
}
.TagClassName
{
border-color: #8A3D48;
}
</style>