Html Css Color HEX #8E595D Vin Rouge

📋 copy color: '#8E595D'

red 142 ◦ green 89 ◦ blue 93

#8E595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #8E595D

Tints of Vin Rouge #8E595D

RGB

 RED value IS 142 (55.86% from 255) = 43.83%

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 43.83%
G = 27.47%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E595D (or 0x8E595D) is known color: Vin Rouge. HEX triplet: 8E, 59 and 5D. RGB value is (142,89,93). Sum of RGB (Red+Green+Blue) = 142+89+93=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E595D is #71A6A2. Grayscale: #696969. Windows color (decimal): -7448227 or 6117774. OLE color: 6117774.

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

Color convert

RGB 142 89 93 -
CMYK 0 0.37 0.35 0.44
HSL 355.47º 0.23% 0.45% -
HSV(B) 355.47º 0.37% 0.56% -
XYZ 16.7 13.69 12.12 -
YUV 105.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 142 89 93 0 0.37 0.35 0.44 355.47 0.23 0.45
Hex 8E 59 5D 0 25 23 2C 163 17 2D
Octal 216 131 135 0 45 43 54 543 27 55
Binary 10001110 1011001 1011101 0 100101 100011 101100 101100011 10111 101101

Color Harmonies of #8E595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E595D

Black with #8E595D

Text Example


Text Example

White with #8E595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,93); }

 H1.HeaderClassName
 {
   color: #8E595D;
 }
 .AnyTagClassName
 {
   color: #8E595D;
 }
</style>

background-color css

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

 a { background-color: rgb(142,89,93); }

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

border-color css

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

 span { border-color: rgb(142,89,93); }

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