#8E394A

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

Shades of Camelot #8E394A

Tints of Camelot #8E394A

Color information

#8E394A (or 0x8E394A) is unknown color: approx Camelot. HEX triplet: 8E, 39 and 4A. RGB value is (142,57,74). Sum of RGB (Red+Green+Blue) = 142+57+74=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E394A is #71C6B5. Grayscale: #545454. Windows color (decimal): -7456438 or 4864398. OLE color: 4864398.

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

Color convert

RGB1425774-
CMYK00.600.480.44
HSL348º42.71%39.02%-
HSV(B)348º59.86%55.69%-
XYZ13.859.177.52-
YUV84.35122.16169.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=52.01%
G=20.88%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142577400.600.480.4434842.7139.02
Hex8E394A03C302C15c2b27
Octal2167111207460545345347
Binary1000111011100110010100111100110000101100101011100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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