#8E3C4C

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

Shades of Camelot #8E3C4C

Tints of Camelot #8E3C4C

Color information

#8E3C4C (or 0x8E3C4C) is unknown color: approx Camelot. HEX triplet: 8E, 3C and 4C. RGB value is (142,60,76). Sum of RGB (Red+Green+Blue) = 142+60+76=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3C4C is #71C3B3. Grayscale: #565656. Windows color (decimal): -7455668 or 4996238. OLE color: 4996238.

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

Color convert

RGB1426076-
CMYK00.580.460.44
HSL348.29º40.59%39.61%-
HSV(B)348.29º57.75%55.69%-
XYZ14.089.57.93-
YUV86.34122.17167.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=51.08%
G=21.58%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142607600.580.460.44348.2940.5939.61
Hex8E3C4C03A2E2C15c2928
Octal2167411407256545345150
Binary1000111011110010011000111010101110101100101011100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,76); }

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

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

 a { background-color: rgb(142,60,76); }

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

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

 span { border-color: rgb(142,60,76); }

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