#8E3D4A

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

Shades of Camelot #8E3D4A

Tints of Camelot #8E3D4A

Color information

#8E3D4A (or 0x8E3D4A) is unknown color: approx Camelot. HEX triplet: 8E, 3D and 4A. RGB value is (142,61,74). Sum of RGB (Red+Green+Blue) = 142+61+74=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3D4A is #71C2B5. Grayscale: #565656. Windows color (decimal): -7455414 or 4865422. OLE color: 4865422.

HSL color Cylindrical-coordinate representation of color #8E3D4A: hue angle of 350.37º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D4A is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1426174-
CMYK00.570.480.44
HSL350.37º39.9%39.8%-
HSV(B)350.37º57.04%55.69%-
XYZ14.069.587.59-
YUV86.7120.84167.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=51.26%
G=22.02%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142617400.570.480.44350.3739.939.8
Hex8E3D4A039302C15e2828
Octal2167511207160545365050
Binary1000111011110110010100111001110000101100101011110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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