#8E4154

Color #8E4154 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #8E4154

Tints of Camelot #8E4154

Color information

#8E4154 (or 0x8E4154) is unknown color: approx Camelot. HEX triplet: 8E, 41 and 54. RGB value is (142,65,84). Sum of RGB (Red+Green+Blue) = 142+65+84=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4154 is #71BEAB. Grayscale: #5A5A5A. Windows color (decimal): -7454380 or 5521806. OLE color: 5521806.

HSL color Cylindrical-coordinate representation of color #8E4154: hue angle of 345.19º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4154 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB1426584-
CMYK00.540.410.44
HSL345.19º37.2%40.59%-
HSV(B)345.19º54.23%55.69%-
XYZ14.6510.179.58-
YUV90.19124.51164.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=48.80%
G=22.34%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142658400.540.410.44345.1937.240.59
Hex8E4154036292C1592529
Octal21610112406651545314551
Binary10001110100000110101000110110101001101100101011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4154; }

 p { color: rgb(142,65,84); }

 H1.HeaderClassName
 {
   color: #8E4154;
 }
 .AnyTagClassName
 {
   color: #8E4154;
 }
</style>
background-color css

<style>
 a { background-color: #8E4154; }

 a { background-color: rgb(142,65,84); }

 div.DivClassName
 {
   background-color: #8E4154;
 }
 .BgClassName
 {
   background-color: #8E4154;
 }
</style>
border-color css

<style>
 span { border-color: #8E4154; }

 span { border-color: rgb(142,65,84); }

 td.TdClassName
 {
   border-color: #8E4154;
 }
 .TagClassName
 {
   border-color: #8E4154;
 }
</style>