#8E585B

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

Shades of Vin Rouge #8E585B

Tints of Vin Rouge #8E585B

Color information

#8E585B (or 0x8E585B) is unknown color: approx Vin Rouge. HEX triplet: 8E, 58 and 5B. RGB value is (142,88,91). Sum of RGB (Red+Green+Blue) = 142+88+91=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E585B is #71A7A4. Grayscale: #686868. Windows color (decimal): -7448485 or 5986446. OLE color: 5986446.

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

Color convert

RGB1428891-
CMYK00.380.360.44
HSL356.67º23.48%45.1%-
HSV(B)356.67º38.03%55.69%-
XYZ16.5313.4911.63-
YUV104.49120.39154.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=44.24%
G=27.41%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142889100.380.360.44356.6723.4845.1
Hex8E585B026242C165172d
Octal21613013304644545452755
Binary1000111010110001011011010011010010010110010110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,91); }

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

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

 a { background-color: rgb(142,88,91); }

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

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

 span { border-color: rgb(142,88,91); }

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