#9E5069

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

Shades of Vin Rouge #9E5069

Tints of Vin Rouge #9E5069

Color information

#9E5069 (or 0x9E5069) is unknown color: approx Vin Rouge. HEX triplet: 9E, 50 and 69. RGB value is (158,80,105). Sum of RGB (Red+Green+Blue) = 158+80+105=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5069 is #61AF96. Grayscale: #6A6A6A. Windows color (decimal): -6401943 or 6901918. OLE color: 6901918.

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

Color convert

RGB15880105-
CMYK00.490.340.38
HSL340.77º32.77%46.67%-
HSV(B)340.77º49.37%61.96%-
XYZ19.5214.0315.04-
YUV106.17127.34164.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=46.06%
G=23.32%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588010500.490.340.38340.7732.7746.67
Hex9E50690312226155212f
Octal23612015106142465254157
Binary10011110101000011010010110001100010100110101010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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