#9E5063

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

Shades of Vin Rouge #9E5063

Tints of Vin Rouge #9E5063

Color information

#9E5063 (or 0x9E5063) is unknown color: approx Vin Rouge. HEX triplet: 9E, 50 and 63. RGB value is (158,80,99). Sum of RGB (Red+Green+Blue) = 158+80+99=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5063 is #61AF9C. Grayscale: #696969. Windows color (decimal): -6401949 or 6508702. OLE color: 6508702.

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

Color convert

RGB1588099-
CMYK00.490.370.38
HSL345.38º32.77%46.67%-
HSV(B)345.38º49.37%61.96%-
XYZ19.2213.9113.48-
YUV105.49124.34165.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=46.88%
G=23.74%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158809900.490.370.38345.3832.7746.67
Hex9E50630312526159212f
Octal23612014306145465314157
Binary10011110101000011000110110001100101100110101011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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