#9E556C

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

Shades of Vin Rouge #9E556C

Tints of Vin Rouge #9E556C

Color information

#9E556C (or 0x9E556C) is unknown color: approx Vin Rouge. HEX triplet: 9E, 55 and 6C. RGB value is (158,85,108). Sum of RGB (Red+Green+Blue) = 158+85+108=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E556C is #61AA93. Grayscale: #6D6D6D. Windows color (decimal): -6400660 or 7099806. OLE color: 7099806.

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

Color convert

RGB15885108-
CMYK00.460.320.38
HSL341.1º30.04%47.65%-
HSV(B)341.1º46.2%61.96%-
XYZ20.0614.8516-
YUV109.45127.18162.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=45.01%
G=24.22%
B=30.77%

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
Decimal1588510800.460.320.38341.130.0447.65
Hex9E556C02E20261551e30
Octal23612515405640465253660
Binary1001111010101011101100010111010000010011010101010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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