#9D4F6D

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

Shades of Vin Rouge #9D4F6D

Tints of Vin Rouge #9D4F6D

Color information

#9D4F6D (or 0x9D4F6D) is unknown color: approx Vin Rouge. HEX triplet: 9D, 4F and 6D. RGB value is (157,79,109). Sum of RGB (Red+Green+Blue) = 157+79+109=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F6D is #62B092. Grayscale: #696969. Windows color (decimal): -6467731 or 7163805. OLE color: 7163805.

HSL color Cylindrical-coordinate representation of color #9D4F6D: hue angle of 336.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F6D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15779109-
CMYK00.500.310.38
HSL336.92º33.05%46.27%-
HSV(B)336.92º49.68%61.57%-
XYZ19.4613.8616.12-
YUV105.74129.84164.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=45.51%
G=22.90%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577910900.500.310.38336.9233.0546.27
Hex9D4F6D0321F26151212e
Octal23511715506237465214156
Binary1001110110011111101101011001011111100110101010001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,79,109); }

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

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

 a { background-color: rgb(157,79,109); }

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

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

 span { border-color: rgb(157,79,109); }

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