#8E3043

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

Shades of Camelot #8E3043

Tints of Camelot #8E3043

Color information

#8E3043 (or 0x8E3043) is unknown color: approx Camelot. HEX triplet: 8E, 30 and 43. RGB value is (142,48,67). Sum of RGB (Red+Green+Blue) = 142+48+67=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3043 is #71CFBC. Grayscale: #4E4E4E. Windows color (decimal): -7458749 or 4403342. OLE color: 4403342.

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

Color convert

RGB1424867-
CMYK00.660.530.44
HSL347.87º49.47%37.25%-
HSV(B)347.87º66.2%55.69%-
XYZ13.238.276.21-
YUV78.27121.64173.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=55.25%
G=18.68%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142486700.660.530.44347.8749.4737.25
Hex8E3043042352C15c3125
Octal21660103010265545346145
Binary10001110110000100001101000010110101101100101011100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,67); }

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

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

 a { background-color: rgb(142,48,67); }

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

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

 span { border-color: rgb(142,48,67); }

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