#8E3647

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

Shades of Camelot #8E3647

Tints of Camelot #8E3647

Color information

#8E3647 (or 0x8E3647) is unknown color: approx Camelot. HEX triplet: 8E, 36 and 47. RGB value is (142,54,71). Sum of RGB (Red+Green+Blue) = 142+54+71=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3647 is #71C9B8. Grayscale: #525252. Windows color (decimal): -7457209 or 4667022. OLE color: 4667022.

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

Color convert

RGB1425471-
CMYK00.620.50.44
HSL348.41º44.9%38.43%-
HSV(B)348.41º61.97%55.69%-
XYZ13.618.846.95-
YUV82.25121.65170.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=53.18%
G=20.22%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142547100.620.50.44348.4144.938.43
Hex8E364703E322C15c2d26
Octal2166610707662545345546
Binary1000111011011010001110111110110010101100101011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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