Html Css Color HEX #8E515D Vin Rouge

📋 copy color: '#8E515D'

red 142 ◦ green 81 ◦ blue 93

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

Shades of Vin Rouge #8E515D

Tints of Vin Rouge #8E515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

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

R = 44.94%
G = 25.63%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E515D (or 0x8E515D) is known color: Vin Rouge. HEX triplet: 8E, 51 and 5D. RGB value is (142,81,93). Sum of RGB (Red+Green+Blue) = 142+81+93=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E515D is #71AEA2. Grayscale: #646464. Windows color (decimal): -7450275 or 6115726. OLE color: 6115726.

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

Color convert

RGB 142 81 93 -
CMYK 0 0.43 0.35 0.44
HSL 348.2º 0.27% 0.44% -
HSV(B) 348.2º 0.43% 0.56% -
XYZ 16.07 12.43 11.91 -
YUV 100.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 142 81 93 0 0.43 0.35 0.44 348.2 0.27 0.44
Hex 8E 51 5D 0 2B 23 2C 15C 1B 2C
Octal 216 121 135 0 53 43 54 534 33 54
Binary 10001110 1010001 1011101 0 101011 100011 101100 101011100 11011 101100

Color Harmonies of #8E515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E515D

Black with #8E515D

Text Example


Text Example

White with #8E515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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