#8E5E5F

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

Shades of Vin Rouge #8E5E5F

Tints of Vin Rouge #8E5E5F

Color information

#8E5E5F (or 0x8E5E5F) is unknown color: approx Vin Rouge. HEX triplet: 8E, 5E and 5F. RGB value is (142,94,95). Sum of RGB (Red+Green+Blue) = 142+94+95=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E5F is #71A1A0. Grayscale: #6C6C6C. Windows color (decimal): -7446945 or 6250126. OLE color: 6250126.

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

Color convert

RGB1429495-
CMYK00.340.330.44
HSL358.75º20.34%46.27%-
HSV(B)358.75º33.8%55.69%-
XYZ17.2214.5812.73-
YUV108.47120.4151.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=42.90%
G=28.40%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142949500.340.330.44358.7520.3446.27
Hex8E5E5F022212C167142e
Octal21613613704241545472456
Binary1000111010111101011111010001010000110110010110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,95); }

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

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

 a { background-color: rgb(142,94,95); }

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

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

 span { border-color: rgb(142,94,95); }

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