#8E4151

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

Shades of Camelot #8E4151

Tints of Camelot #8E4151

Color information

#8E4151 (or 0x8E4151) is unknown color: approx Camelot. HEX triplet: 8E, 41 and 51. RGB value is (142,65,81). Sum of RGB (Red+Green+Blue) = 142+65+81=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4151 is #71BEAE. Grayscale: #595959. Windows color (decimal): -7454383 or 5325198. OLE color: 5325198.

HSL color Cylindrical-coordinate representation of color #8E4151: hue angle of 347.53º 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 #8E4151 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1426581-
CMYK00.540.430.44
HSL347.53º37.2%40.59%-
HSV(B)347.53º54.23%55.69%-
XYZ14.5310.138.97-
YUV89.85123.01165.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=49.31%
G=22.57%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142658100.540.430.44347.5337.240.59
Hex8E41510362B2C15c2529
Octal21610112106653545344551
Binary10001110100000110100010110110101011101100101011100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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