#9D4F69

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

Shades of Vin Rouge #9D4F69

Tints of Vin Rouge #9D4F69

Color information

#9D4F69 (or 0x9D4F69) is unknown color: approx Vin Rouge. HEX triplet: 9D, 4F and 69. RGB value is (157,79,105). Sum of RGB (Red+Green+Blue) = 157+79+105=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F69 is #62B096. Grayscale: #696969. Windows color (decimal): -6467735 or 6901661. OLE color: 6901661.

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

Color convert

RGB15779105-
CMYK00.500.330.38
HSL340º33.05%46.27%-
HSV(B)340º49.68%61.57%-
XYZ19.2513.7815.01-
YUV105.29127.84164.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=46.04%
G=23.17%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577910500.500.330.3834033.0546.27
Hex9D4F690322126154212e
Octal23511715106241465244156
Binary10011101100111111010010110010100001100110101010100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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