#9E506F

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

Shades of Vin Rouge #9E506F

Tints of Vin Rouge #9E506F

Color information

#9E506F (or 0x9E506F) is unknown color: approx Vin Rouge. HEX triplet: 9E, 50 and 6F. RGB value is (158,80,111). Sum of RGB (Red+Green+Blue) = 158+80+111=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E506F is #61AF90. Grayscale: #6A6A6A. Windows color (decimal): -6401937 or 7295134. OLE color: 7295134.

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

Color convert

RGB15880111-
CMYK00.490.300.38
HSL336.15º32.77%46.67%-
HSV(B)336.15º49.37%61.96%-
XYZ19.8414.1516.73-
YUV106.86130.34164.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=45.27%
G=22.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588011100.490.300.38336.1532.7746.67
Hex9E506F0311E26150212f
Octal23612015706136465204157
Binary1001111010100001101111011000111110100110101010000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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