Shades of Camelot #8A3E4F
Tints of Camelot #8A3E4F
RGB
CMYK
RGB Variations
Color information
#8A3E4F (or 0x8A3E4F) is known color: Camelot. HEX triplet: 8A, 3E and 4F. RGB value is (138,62,79). Sum of RGB (Red+Green+Blue) = 138+62+79=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E4F is #75C1B0. Grayscale: #565656. Windows color (decimal): -7717297 or 5193354. OLE color: 5193354.
HSL color Cylindrical-coordinate representation of color #8A3E4F: hue angle of 346.58º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E4F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 79 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.46 |
| HSL | 346.58º | 0.38% | 0.39% | - |
| HSV(B) | 346.58º | 0.55% | 0.54% | - |
| XYZ | 13.62 | 9.41 | 8.5 | - |
| YUV | 86.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 79 | 0 | 0.55 | 0.43 | 0.46 | 346.58 | 0.38 | 0.39 |
| Hex | 8A | 3E | 4F | 0 | 37 | 2B | 2E | 15B | 26 | 27 |
| Octal | 212 | 76 | 117 | 0 | 67 | 53 | 56 | 533 | 46 | 47 |
| Binary | 10001010 | 111110 | 1001111 | 0 | 110111 | 101011 | 101110 | 101011011 | 100110 | 100111 |
Color Harmonies of #8A3E4F
Complementary color
Monochromatic Colors of #8A3E4F
Black with #8A3E4F
Text Example
Text Example
White with #8A3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E4F; }
p { color: rgb(138,62,79); }
H1.HeaderClassName
{
color: #8A3E4F;
}
.AnyTagClassName
{
color: #8A3E4F;
}
</style>
background-color css
<style>
a { background-color: #8A3E4F; }
a { background-color: rgb(138,62,79); }
div.DivClassName
{
background-color: #8A3E4F;
}
.BgClassName
{
background-color: #8A3E4F;
}
</style>
border-color css
<style>
span { border-color: #8A3E4F; }
span { border-color: rgb(138,62,79); }
td.TdClassName
{
border-color: #8A3E4F;
}
.TagClassName
{
border-color: #8A3E4F;
}
</style>