Html Css Color HEX #8E5860 Vin Rouge

📋 copy color: '#8E5860'

red 142 ◦ green 88 ◦ blue 96

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

Shades of Vin Rouge #8E5860

Tints of Vin Rouge #8E5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 43.56%
G = 26.99%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5860 (or 0x8E5860) is known color: Vin Rouge. HEX triplet: 8E, 58 and 60. RGB value is (142,88,96). Sum of RGB (Red+Green+Blue) = 142+88+96=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5860 is #71A79F. Grayscale: #696969. Windows color (decimal): -7448480 or 6314126. OLE color: 6314126.

HSL color Cylindrical-coordinate representation of color #8E5860: hue angle of 351.11º 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 #8E5860 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 88 96 -
CMYK 0 0.38 0.32 0.44
HSL 351.11º 0.23% 0.45% -
HSV(B) 351.11º 0.38% 0.56% -
XYZ 16.76 13.57 12.8 -
YUV 105.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 142 88 96 0 0.38 0.32 0.44 351.11 0.23 0.45
Hex 8E 58 60 0 26 20 2C 15F 17 2D
Octal 216 130 140 0 46 40 54 537 27 55
Binary 10001110 1011000 1100000 0 100110 100000 101100 101011111 10111 101101

Color Harmonies of #8E5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5860

Black with #8E5860

Text Example


Text Example

White with #8E5860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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