#9E5561

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

Shades of Vin Rouge #9E5561

Tints of Vin Rouge #9E5561

Color information

#9E5561 (or 0x9E5561) is unknown color: approx Vin Rouge. HEX triplet: 9E, 55 and 61. RGB value is (158,85,97). Sum of RGB (Red+Green+Blue) = 158+85+97=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5561 is #61AA9E. Grayscale: #6C6C6C. Windows color (decimal): -6400671 or 6378910. OLE color: 6378910.

HSL color Cylindrical-coordinate representation of color #9E5561: hue angle of 350.14º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5561 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1588597-
CMYK00.460.390.38
HSL350.14º30.04%47.65%-
HSV(B)350.14º46.2%61.96%-
XYZ19.5114.6313.1-
YUV108.2121.68163.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.47%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=46.47%
G=25%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158859700.460.390.38350.1430.0447.65
Hex9E556102E272615e1e30
Octal23612514105647465363660
Binary1001111010101011100001010111010011110011010101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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