#9E5569

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

Shades of Vin Rouge #9E5569

Tints of Vin Rouge #9E5569

Color information

#9E5569 (or 0x9E5569) is unknown color: approx Vin Rouge. HEX triplet: 9E, 55 and 69. RGB value is (158,85,105). Sum of RGB (Red+Green+Blue) = 158+85+105=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5569 is #61AA96. Grayscale: #6D6D6D. Windows color (decimal): -6400663 or 6903198. OLE color: 6903198.

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

Color convert

RGB15885105-
CMYK00.460.340.38
HSL343.56º30.04%47.65%-
HSV(B)343.56º46.2%61.96%-
XYZ19.914.7915.17-
YUV109.11125.68162.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=45.40%
G=24.43%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588510500.460.340.38343.5630.0447.65
Hex9E556902E22261581e30
Octal23612515105642465303660
Binary1001111010101011101001010111010001010011010101100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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