#9E556B

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

Shades of Vin Rouge #9E556B

Tints of Vin Rouge #9E556B

Color information

#9E556B (or 0x9E556B) is unknown color: approx Vin Rouge. HEX triplet: 9E, 55 and 6B. RGB value is (158,85,107). Sum of RGB (Red+Green+Blue) = 158+85+107=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E556B is #61AA94. Grayscale: #6D6D6D. Windows color (decimal): -6400661 or 7034270. OLE color: 7034270.

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

Color convert

RGB15885107-
CMYK00.460.320.38
HSL341.92º30.04%47.65%-
HSV(B)341.92º46.2%61.96%-
XYZ2014.8315.72-
YUV109.34126.68162.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=45.14%
G=24.29%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588510700.460.320.38341.9230.0447.65
Hex9E556B02E20261561e30
Octal23612515305640465263660
Binary1001111010101011101011010111010000010011010101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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