Html Css Color HEX #8E585B Vin Rouge

📋 copy color: '#8E585B'

red 142 ◦ green 88 ◦ blue 91

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

Shades of Vin Rouge #8E585B

Tints of Vin Rouge #8E585B

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 value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E585B (or 0x8E585B) is known color: 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

RGB 142 88 91 -
CMYK 0 0.38 0.36 0.44
HSL 356.67º 0.23% 0.45% -
HSV(B) 356.67º 0.38% 0.56% -
XYZ 16.53 13.49 11.63 -
YUV 104.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 142 88 91 0 0.38 0.36 0.44 356.67 0.23 0.45
Hex 8E 58 5B 0 26 24 2C 165 17 2D
Octal 216 130 133 0 46 44 54 545 27 55
Binary 10001110 1011000 1011011 0 100110 100100 101100 101100101 10111 101101

Color Harmonies of #8E585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E585B

Black with #8E585B

Text Example


Text Example

White with #8E585B

Text Example


Text Example

HTML Codes & Css Web 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>