#8E4253

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

Shades of Camelot #8E4253

Tints of Camelot #8E4253

Color information

#8E4253 (or 0x8E4253) is unknown color: approx Camelot. HEX triplet: 8E, 42 and 53. RGB value is (142,66,83). Sum of RGB (Red+Green+Blue) = 142+66+83=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4253 is #71BDAC. Grayscale: #5A5A5A. Windows color (decimal): -7454125 or 5456526. OLE color: 5456526.

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

Color convert

RGB1426683-
CMYK00.540.420.44
HSL346.58º36.54%40.78%-
HSV(B)346.58º53.52%55.69%-
XYZ14.6610.279.39-
YUV90.66123.68164.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=48.80%
G=22.68%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142668300.540.420.44346.5836.5440.78
Hex8E42530362A2C15b2529
Octal21610212306652545334551
Binary10001110100001010100110110110101010101100101011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,83); }

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

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

 a { background-color: rgb(142,66,83); }

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

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

 span { border-color: rgb(142,66,83); }

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