#8E3547

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

Shades of Camelot #8E3547

Tints of Camelot #8E3547

Color information

#8E3547 (or 0x8E3547) is unknown color: approx Camelot. HEX triplet: 8E, 35 and 47. RGB value is (142,53,71). Sum of RGB (Red+Green+Blue) = 142+53+71=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3547 is #71CAB8. Grayscale: #515151. Windows color (decimal): -7457465 or 4666766. OLE color: 4666766.

HSL color Cylindrical-coordinate representation of color #8E3547: hue angle of 347.87º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3547 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1425371-
CMYK00.630.50.44
HSL347.87º45.64%38.24%-
HSV(B)347.87º62.68%55.69%-
XYZ13.578.756.94-
YUV81.66121.99171.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=53.38%
G=19.92%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142537100.630.50.44347.8745.6438.24
Hex8E354703F322C15c2e26
Octal2166510707762545345646
Binary1000111011010110001110111111110010101100101011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,71); }

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

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

 a { background-color: rgb(142,53,71); }

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

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

 span { border-color: rgb(142,53,71); }

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