Html Css Color HEX #8E5B5D Vin Rouge

📋 copy color: '#8E5B5D'

red 142 ◦ green 91 ◦ blue 93

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

Shades of Vin Rouge #8E5B5D

Tints of Vin Rouge #8E5B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 43.56%
G = 27.91%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E5B5D (or 0x8E5B5D) is known color: Vin Rouge. HEX triplet: 8E, 5B and 5D. RGB value is (142,91,93). Sum of RGB (Red+Green+Blue) = 142+91+93=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B5D is #71A4A2. Grayscale: #6A6A6A. Windows color (decimal): -7447715 or 6118286. OLE color: 6118286.

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

Color convert

RGB 142 91 93 -
CMYK 0 0.36 0.35 0.44
HSL 357.65º 0.22% 0.46% -
HSV(B) 357.65º 0.36% 0.56% -
XYZ 16.87 14.02 12.17 -
YUV 106.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 142 91 93 0 0.36 0.35 0.44 357.65 0.22 0.46
Hex 8E 5B 5D 0 24 23 2C 166 16 2E
Octal 216 133 135 0 44 43 54 546 26 56
Binary 10001110 1011011 1011101 0 100100 100011 101100 101100110 10110 101110

Color Harmonies of #8E5B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B5D

Black with #8E5B5D

Text Example


Text Example

White with #8E5B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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