Html Css Color HEX #9E5373 Vin Rouge

📋 copy color: '#9E5373'

red 158 ◦ green 83 ◦ blue 115

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

Shades of Vin Rouge #9E5373

Tints of Vin Rouge #9E5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 44.38%
G = 23.31%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E5373 (or 0x9E5373) is known color: Vin Rouge. HEX triplet: 9E, 53 and 73. RGB value is (158,83,115). Sum of RGB (Red+Green+Blue) = 158+83+115=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5373 is #61AC8C. Grayscale: #6D6D6D. Windows color (decimal): -6401165 or 7558046. OLE color: 7558046.

HSL color Cylindrical-coordinate representation of color #9E5373: hue angle of 334.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5373 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 83 115 -
CMYK 0 0.47 0.27 0.38
HSL 334.4º 0.31% 0.47% -
HSV(B) 334.4º 0.47% 0.62% -
XYZ 20.29 14.69 17.99 -
YUV 109.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 158 83 115 0 0.47 0.27 0.38 334.4 0.31 0.47
Hex 9E 53 73 0 2F 1B 26 14E 1F 2F
Octal 236 123 163 0 57 33 46 516 37 57
Binary 10011110 1010011 1110011 0 101111 11011 100110 101001110 11111 101111

Color Harmonies of #9E5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5373

Black with #9E5373

Text Example


Text Example

White with #9E5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,83,115); }

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

background-color css

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

 a { background-color: rgb(158,83,115); }

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

border-color css

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

 span { border-color: rgb(158,83,115); }

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