#8E394F

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

Shades of Camelot #8E394F

Tints of Camelot #8E394F

Color information

#8E394F (or 0x8E394F) is unknown color: approx Camelot. HEX triplet: 8E, 39 and 4F. RGB value is (142,57,79). Sum of RGB (Red+Green+Blue) = 142+57+79=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E394F is #71C6B0. Grayscale: #545454. Windows color (decimal): -7456433 or 5192078. OLE color: 5192078.

HSL color Cylindrical-coordinate representation of color #8E394F: hue angle of 344.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E394F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1425779-
CMYK00.600.440.44
HSL344.47º42.71%39.02%-
HSV(B)344.47º59.86%55.69%-
XYZ14.039.248.44-
YUV84.92124.66168.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=51.08%
G=20.50%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142577900.600.440.44344.4742.7139.02
Hex8E394F03C2C2C1582b27
Octal2167111707454545305347
Binary1000111011100110011110111100101100101100101011000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,79); }

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

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

 a { background-color: rgb(142,57,79); }

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

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

 span { border-color: rgb(142,57,79); }

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