#8E4152

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

Shades of Camelot #8E4152

Tints of Camelot #8E4152

Color information

#8E4152 (or 0x8E4152) is unknown color: approx Camelot. HEX triplet: 8E, 41 and 52. RGB value is (142,65,82). Sum of RGB (Red+Green+Blue) = 142+65+82=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4152 is #71BEAD. Grayscale: #595959. Windows color (decimal): -7454382 or 5390734. OLE color: 5390734.

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

Color convert

RGB1426582-
CMYK00.540.420.44
HSL346.75º37.2%40.59%-
HSV(B)346.75º54.23%55.69%-
XYZ14.5710.149.17-
YUV89.96123.51165.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=49.13%
G=22.49%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142658200.540.420.44346.7537.240.59
Hex8E41520362A2C15b2529
Octal21610112206652545334551
Binary10001110100000110100100110110101010101100101011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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