Html Css Color HEX #8E4E59 Vin Rouge

📋 copy color: '#8E4E59'

red 142 ◦ green 78 ◦ blue 89

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

Shades of Vin Rouge #8E4E59

Tints of Vin Rouge #8E4E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 89 (35.16% from 255) = 28.8%

R = 45.95%
G = 25.24%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E4E59 (or 0x8E4E59) is known color: Vin Rouge. HEX triplet: 8E, 4E and 59. RGB value is (142,78,89). Sum of RGB (Red+Green+Blue) = 142+78+89=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4E59 is #71B1A6. Grayscale: #626262. Windows color (decimal): -7451047 or 5852814. OLE color: 5852814.

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

Color convert

RGB 142 78 89 -
CMYK 0 0.45 0.37 0.44
HSL 349.69º 0.29% 0.43% -
HSV(B) 349.69º 0.45% 0.56% -
XYZ 15.68 11.92 10.93 -
YUV 98.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 142 78 89 0 0.45 0.37 0.44 349.69 0.29 0.43
Hex 8E 4E 59 0 2D 25 2C 15E 1D 2B
Octal 216 116 131 0 55 45 54 536 35 53
Binary 10001110 1001110 1011001 0 101101 100101 101100 101011110 11101 101011

Color Harmonies of #8E4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E59

Black with #8E4E59

Text Example


Text Example

White with #8E4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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