#9E5161

Color #9E5161 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9E5161

Tints of Vin Rouge #9E5161

Color information

#9E5161 (or 0x9E5161) is unknown color: approx Vin Rouge. HEX triplet: 9E, 51 and 61. RGB value is (158,81,97). Sum of RGB (Red+Green+Blue) = 158+81+97=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5161 is #61AE9E. Grayscale: #696969. Windows color (decimal): -6401695 or 6377886. OLE color: 6377886.

HSL color Cylindrical-coordinate representation of color #9E5161: hue angle of 347.53º degrees, saturation: 0.32, 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 #9E5161 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1588197-
CMYK00.490.390.38
HSL347.53º32.22%46.86%-
HSV(B)347.53º48.73%61.96%-
XYZ19.214.0213-
YUV105.85123.01165.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=47.02%
G=24.11%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158819700.490.390.38347.5332.2246.86
Hex9E5161031272615c202f
Octal23612114106147465344057
Binary10011110101000111000010110001100111100110101011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,97); }

 H1.HeaderClassName
 {
   color: #9E5161;
 }
 .AnyTagClassName
 {
   color: #9E5161;
 }
</style>
background-color css

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

 a { background-color: rgb(158,81,97); }

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

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

 span { border-color: rgb(158,81,97); }

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