Html Css Color HEX #9E4F5D Vin Rouge

📋 copy color: '#9E4F5D'

red 158 ◦ green 79 ◦ blue 93

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

Shades of Vin Rouge #9E4F5D

Tints of Vin Rouge #9E4F5D

RGB

 RED value IS 158 (62.11% from 255) = 47.88%

 GREEN value IS 79 (31.25% from 255) = 23.94%

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

R = 47.88%
G = 23.94%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E4F5D (or 0x9E4F5D) is known color: Vin Rouge. HEX triplet: 9E, 4F and 5D. RGB value is (158,79,93). Sum of RGB (Red+Green+Blue) = 158+79+93=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F5D is #61B0A2. Grayscale: #686868. Windows color (decimal): -6402211 or 6115230. OLE color: 6115230.

HSL color Cylindrical-coordinate representation of color #9E4F5D: hue angle of 349.37º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F5D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 79 93 -
CMYK 0 0.50 0.41 0.38
HSL 349.37º 0.33% 0.46% -
HSV(B) 349.37º 0.5% 0.62% -
XYZ 18.87 13.65 12 -
YUV 104.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 158 79 93 0 0.50 0.41 0.38 349.37 0.33 0.46
Hex 9E 4F 5D 0 32 29 26 15D 21 2E
Octal 236 117 135 0 62 51 46 535 41 56
Binary 10011110 1001111 1011101 0 110010 101001 100110 101011101 100001 101110

Color Harmonies of #9E4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4F5D

Black with #9E4F5D

Text Example


Text Example

White with #9E4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E4F5D; }

 p { color: rgb(158,79,93); }

 H1.HeaderClassName
 {
   color: #9E4F5D;
 }
 .AnyTagClassName
 {
   color: #9E4F5D;
 }
</style>

background-color css

<style>
 a { background-color: #9E4F5D; }

 a { background-color: rgb(158,79,93); }

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

border-color css

<style>
 span { border-color: #9E4F5D; }

 span { border-color: rgb(158,79,93); }

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