#9F5374

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

Shades of Vin Rouge #9F5374

Tints of Vin Rouge #9F5374

Color information

#9F5374 (or 0x9F5374) is unknown color: approx Vin Rouge. HEX triplet: 9F, 53 and 74. RGB value is (159,83,116). Sum of RGB (Red+Green+Blue) = 159+83+116=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5374 is #60AC8B. Grayscale: #6D6D6D. Windows color (decimal): -6335628 or 7623583. OLE color: 7623583.

HSL color Cylindrical-coordinate representation of color #9F5374: hue angle of 333.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5374 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15983116-
CMYK00.480.270.38
HSL333.95º31.4%47.45%-
HSV(B)333.95º47.8%62.35%-
XYZ20.5414.8218.3-
YUV109.49131.68163.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=44.41%
G=23.18%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598311600.480.270.38333.9531.447.45
Hex9F53740301B2614e1f2f
Octal23712316406033465163757
Binary100111111010011111010001100001101110011010100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,116); }

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

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

 a { background-color: rgb(159,83,116); }

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

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

 span { border-color: rgb(159,83,116); }

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