#9E5568

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

Shades of Vin Rouge #9E5568

Tints of Vin Rouge #9E5568

Color information

#9E5568 (or 0x9E5568) is unknown color: approx Vin Rouge. HEX triplet: 9E, 55 and 68. RGB value is (158,85,104). Sum of RGB (Red+Green+Blue) = 158+85+104=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5568 is #61AA97. Grayscale: #6C6C6C. Windows color (decimal): -6400664 or 6837662. OLE color: 6837662.

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

Color convert

RGB15885104-
CMYK00.460.340.38
HSL344.38º30.04%47.65%-
HSV(B)344.38º46.2%61.96%-
XYZ19.8514.7714.9-
YUV108.99125.18162.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=45.53%
G=24.50%
B=29.97%

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
Decimal1588510400.460.340.38344.3830.0447.65
Hex9E556802E22261581e30
Octal23612515005642465303660
Binary1001111010101011101000010111010001010011010101100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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