Shades of Camelot #8E384F
Tints of Camelot #8E384F
RGB
CMYK
RGB Variations
Color information
#8E384F (or 0x8E384F) is known color: Camelot. HEX triplet: 8E, 38 and 4F. RGB value is (142,56,79). Sum of RGB (Red+Green+Blue) = 142+56+79=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E384F is #71C7B0. Grayscale: #545454. Windows color (decimal): -7456689 or 5191822. OLE color: 5191822.
HSL color Cylindrical-coordinate representation of color #8E384F: hue angle of 343.95º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E384F is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 79 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.44 |
| HSL | 343.95º | 0.43% | 0.39% | - |
| HSV(B) | 343.95º | 0.61% | 0.56% | - |
| XYZ | 13.98 | 9.14 | 8.43 | - |
| YUV | 84.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 79 | 0 | 0.61 | 0.44 | 0.44 | 343.95 | 0.43 | 0.39 |
| Hex | 8E | 38 | 4F | 0 | 3D | 2C | 2C | 158 | 2B | 27 |
| Octal | 216 | 70 | 117 | 0 | 75 | 54 | 54 | 530 | 53 | 47 |
| Binary | 10001110 | 111000 | 1001111 | 0 | 111101 | 101100 | 101100 | 101011000 | 101011 | 100111 |
Color Harmonies of #8E384F
Complementary color
Monochromatic Colors of #8E384F
Black with #8E384F
Text Example
Text Example
White with #8E384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E384F; }
p { color: rgb(142,56,79); }
H1.HeaderClassName
{
color: #8E384F;
}
.AnyTagClassName
{
color: #8E384F;
}
</style>
background-color css
<style>
a { background-color: #8E384F; }
a { background-color: rgb(142,56,79); }
div.DivClassName
{
background-color: #8E384F;
}
.BgClassName
{
background-color: #8E384F;
}
</style>
border-color css
<style>
span { border-color: #8E384F; }
span { border-color: rgb(142,56,79); }
td.TdClassName
{
border-color: #8E384F;
}
.TagClassName
{
border-color: #8E384F;
}
</style>