#9F5A68

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

Shades of Vin Rouge #9F5A68

Tints of Vin Rouge #9F5A68

Color information

#9F5A68 (or 0x9F5A68) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5A and 68. RGB value is (159,90,104). Sum of RGB (Red+Green+Blue) = 159+90+104=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A68 is #60A597. Grayscale: #707070. Windows color (decimal): -6333848 or 6838943. OLE color: 6838943.

HSL color Cylindrical-coordinate representation of color #9F5A68: hue angle of 347.83º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A68 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15990104-
CMYK00.430.350.38
HSL347.83º27.71%48.82%-
HSV(B)347.83º43.4%62.35%-
XYZ20.4515.6815.05-
YUV112.23123.36161.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=45.04%
G=25.50%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599010400.430.350.38347.8327.7148.82
Hex9F5A6802B232615c1c31
Octal23713215005343465343461
Binary1001111110110101101000010101110001110011010101110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,104); }

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

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

 a { background-color: rgb(159,90,104); }

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

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

 span { border-color: rgb(159,90,104); }

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