#8E394D

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

Shades of Camelot #8E394D

Tints of Camelot #8E394D

Color information

#8E394D (or 0x8E394D) is unknown color: approx Camelot. HEX triplet: 8E, 39 and 4D. RGB value is (142,57,77). Sum of RGB (Red+Green+Blue) = 142+57+77=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E394D is #71C6B2. Grayscale: #545454. Windows color (decimal): -7456435 or 5061006. OLE color: 5061006.

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

Color convert

RGB1425777-
CMYK00.600.460.44
HSL345.88º42.71%39.02%-
HSV(B)345.88º59.86%55.69%-
XYZ13.969.218.06-
YUV84.7123.66168.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=51.45%
G=20.65%
B=27.90%

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
Decimal142577700.600.460.44345.8842.7139.02
Hex8E394D03C2E2C15a2b27
Octal2167111507456545325347
Binary1000111011100110011010111100101110101100101011010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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