Html Css Color HEX #9E505D Vin Rouge

📋 copy color: '#9E505D'

red 158 ◦ green 80 ◦ blue 93

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

Shades of Vin Rouge #9E505D

Tints of Vin Rouge #9E505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 47.73%
G = 24.17%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E505D (or 0x9E505D) is known color: Vin Rouge. HEX triplet: 9E, 50 and 5D. RGB value is (158,80,93). Sum of RGB (Red+Green+Blue) = 158+80+93=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E505D is #61AFA2. Grayscale: #686868. Windows color (decimal): -6401955 or 6115486. OLE color: 6115486.

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

Color convert

RGB 158 80 93 -
CMYK 0 0.49 0.41 0.38
HSL 350º 0.33% 0.47% -
HSV(B) 350º 0.49% 0.62% -
XYZ 18.95 13.8 12.02 -
YUV 104.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 158 80 93 0 0.49 0.41 0.38 350 0.33 0.47
Hex 9E 50 5D 0 31 29 26 15E 21 2F
Octal 236 120 135 0 61 51 46 536 41 57
Binary 10011110 1010000 1011101 0 110001 101001 100110 101011110 100001 101111

Color Harmonies of #9E505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E505D

Black with #9E505D

Text Example


Text Example

White with #9E505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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