#8E394C

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

Shades of Camelot #8E394C

Tints of Camelot #8E394C

Color information

#8E394C (or 0x8E394C) is unknown color: approx Camelot. HEX triplet: 8E, 39 and 4C. RGB value is (142,57,76). Sum of RGB (Red+Green+Blue) = 142+57+76=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E394C is #71C6B3. Grayscale: #545454. Windows color (decimal): -7456436 or 4995470. OLE color: 4995470.

HSL color Cylindrical-coordinate representation of color #8E394C: hue angle of 346.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E394C is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1425776-
CMYK00.600.460.44
HSL346.59º42.71%39.02%-
HSV(B)346.59º59.86%55.69%-
XYZ13.929.27.88-
YUV84.58123.16168.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=51.64%
G=20.73%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142577600.600.460.44346.5942.7139.02
Hex8E394C03C2E2C15b2b27
Octal2167111407456545335347
Binary1000111011100110011000111100101110101100101011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,76); }

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

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

 a { background-color: rgb(142,57,76); }

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

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

 span { border-color: rgb(142,57,76); }

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